Skip to content

Commit

Permalink
TODO: define more Realm global object properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ehrenberg committed Jul 8, 2021
1 parent 5450b14 commit 33754b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Expand Up @@ -88801,8 +88801,8 @@ interface <dfn interface>BeforeUnloadEvent</dfn> : <span>Event</span> {
<span>global object</span>; much of this specification is devoted to defining that global object
and its properties.</p></li>

<li><p>A <dfn>synthetic Realm</dfn> is created by the Realm API and does not include additional
properties defined by this specification.</p></li>
<li><p>A <dfn>synthetic Realm</dfn> is created by the Realm API and includes a reduced set of
properties.</p></li>
</ul>

<p>For web specifications, it is often useful to associate values or algorithms with a
Expand Down Expand Up @@ -92108,6 +92108,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
map</span> to a new <span>module map</span>, initially empty.</p></li>

<li><p>Set <var>realm</var>'s [[HostDefined]] field to <var>settings</var>.</p></li>

<!-- TODO: Define the globals in the Realm which have [Exposed=Realm]. -->
</ol>

</div>
Expand Down

0 comments on commit 33754b4

Please sign in to comment.