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
The Web IDL also defines the following types that are used in Web IDL fragments @@ -8885,9 +8886,9 @@ o.myself = o;
Let interfaceName be serialized.[[Type]].
If the interface identified by interfaceName is not exposed in
- targetRealm, then throw a "DataCloneError
"
- DOMException
.
If the interface identified by interfaceName is not
+ exposed in targetRealm, then throw a
+ "DataCloneError
" DOMException
.
Set value to a new instance of the interface identified by interfaceName, created in targetRealm.