From 33754b405e23796bc68a2adafa84ba6ad149dd6f Mon Sep 17 00:00:00 2001 From: Dan Ehrenberg Date: Thu, 8 Jul 2021 14:44:51 +0200 Subject: [PATCH] TODO: define more Realm global object properties Related: https://github.com/tc39/proposal-realms/issues/284 --- source | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source b/source index 0b01262c112..f74c089f7d1 100644 --- a/source +++ b/source @@ -88801,8 +88801,8 @@ interface BeforeUnloadEvent : Event { global object; much of this specification is devoted to defining that global object and its properties.

-
  • A synthetic Realm is created by the Realm API and does not include additional - properties defined by this specification.

  • +
  • A synthetic Realm is created by the Realm API and includes a reduced set of + properties.

  • For web specifications, it is often useful to associate values or algorithms with a @@ -92108,6 +92108,8 @@ import "https://example.com/foo/../module2.mjs"; map to a new module map, initially empty.

  • Set realm's [[HostDefined]] field to settings.

  • + +