Podcast
Questions and Answers
Which types of agents on the web platform allow the use of JavaScript Atomics APIs to potentially block?
Which types of agents on the web platform allow the use of JavaScript Atomics APIs to potentially block?
- Surrounding agents
- Platform agents
- Shared and dedicated worker agents (correct)
- Realm agents
What is the relevant agent for a platform object?
What is the relevant agent for a platform object?
- The realm's agent
- The platform object's relevant realm's agent (correct)
- The agent equivalent of the current realm
- The surrounding agent
What is the agent equivalent of the current realm?
What is the agent equivalent of the current realm?
- The platform object's relevant realm's agent
- The realm's agent
- The agent whose [[Signifier]] is realm.[[AgentSignifier]]
- The surrounding agent (correct)
What is the mapping of the JavaScript agent concept onto the web platform?
What is the mapping of the JavaScript agent concept onto the web platform?
What are the mechanisms that can cause author-provided executable code to run in the context of a document?
What are the mechanisms that can cause author-provided executable code to run in the context of a document?