@webref/idl 3.18.0 → 3.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/webidl.idl +1 -1
package/package.json
CHANGED
package/webidl.idl
CHANGED
|
@@ -9,7 +9,7 @@ typedef (Int8Array or Int16Array or Int32Array or
|
|
|
9
9
|
Float32Array or Float64Array or DataView) ArrayBufferView;
|
|
10
10
|
|
|
11
11
|
typedef (ArrayBufferView or ArrayBuffer) BufferSource;
|
|
12
|
-
[Exposed
|
|
12
|
+
[Exposed=*,
|
|
13
13
|
Serializable]
|
|
14
14
|
interface DOMException { // but see below note about ECMAScript binding
|
|
15
15
|
constructor(optional DOMString message = "", optional DOMString name = "Error");
|