diff --git a/source b/source index 7435ef53510..ecfbcff5b95 100644 --- a/source +++ b/source @@ -3001,6 +3001,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • JavaScript execution context stack
  • JavaScript realm
  • running JavaScript execution context
  • +
  • surrounding agent
  • Use Strict Directive
  • Well-Known Symbols, including @@hasInstance, @@ -88917,6 +88918,16 @@ import "https://example.com/foo/../module2.mjs"; +
    + +

    The relevant agent for a platform object + platformObject is the agent whose set of realms contains platformObject's relevant Realm.

    + +

    The agent equivalent of the current Realm Record is the + surrounding agent.

    +
    Integration with the JavaScript agent cluster formalism

    JavaScript also defines the concept of an agent cluster, which this standard maps