Skip to content

Commit

Permalink
Editorial: use relevant agent for agent cluster definitions
Browse files Browse the repository at this point in the history
This also addresses a missing agent variable introduction.
  • Loading branch information
annevk authored and domenic committed Jan 16, 2019
1 parent ee1b2ac commit 90d5f45
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88952,17 +88952,16 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
worker agent</span>, or <span>service worker agent</span>, <var>agent</var>, <span>can share
memory with</span> any <span>dedicated worker agent</span> whose single <span data-x="JavaScript
realm">realm</span>'s <span data-x="concept-realm-global">global object</span>'s <span>owner
set</span> contains an item whose <span data-x="concept-relevant-realm">relevant Realm</span>
belongs to <var>agent</var>.</p>
set</span> contains an item whose <span>relevant agent</span> is <var>agent</var>.</p>

<p class="note">"Item" is used above as an <span>owner set</span> can contain
<code>Document</code> objects.</p>

<p>A <span>similar-origin window agent</span> <span>can share memory with</span> any
<span>worklet agent</span> whose single <span data-x="JavaScript realm">realm</span>'s
<p>A <span>similar-origin window agent</span> <var>agent</var> <span>can share memory with</span>
any <span>worklet agent</span> whose single <span data-x="JavaScript realm">realm</span>'s
<span data-x="concept-realm-global">global object</span>'s
<span data-x="concept-worklet-owner-document">owner document</span>'s
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to <var>agent</var>.</p>
<span data-x="concept-worklet-owner-document">owner document</span>'s <span>relevant agent</span>
is <var>agent</var>.</p>

<p>In addition, any <span>agent</span> <var>A</var> <span>can share memory with</span>:</p>

Expand Down

0 comments on commit 90d5f45

Please sign in to comment.