From dfe50f72c4ee08b57081d8f2ea66bac5ecb31183 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 6 Aug 2019 16:58:00 +0200 Subject: [PATCH] Editorial: cross-reference the "exposed" IDL concept Fixes https://github.com/heycam/webidl/issues/518. --- source | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.