diff --git a/source b/source index 1cb22aa92c9..f07670a3d31 100644 --- a/source +++ b/source @@ -2920,6 +2920,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • CreateSyntheticModule
  • SetSyntheticModuleExport
  • Synthetic Module Record
  • +
  • exposed
  • The Web IDL also defines the following types that are used in Web IDL fragments @@ -8885,9 +8886,9 @@ o.myself = o;

    1. Let interfaceName be serialized.[[Type]].

    2. -
    3. If the interface identified by interfaceName is not exposed in - targetRealm, then throw a "DataCloneError" - DOMException.

    4. +
    5. If the interface identified by interfaceName is not + exposed in targetRealm, then throw a + "DataCloneError" DOMException.

    6. Set value to a new instance of the interface identified by interfaceName, created in targetRealm.