|
1 | 1 | {
|
2 |
| - "callbackInterfaces": [], "enums": [], "namespaces": [], |
| 2 | + "callbackInterfaces": [], "dictionaries": [], "enums": [], "namespaces": [], |
3 | 3 | "callbackFunctions": [
|
4 | 4 | {
|
5 | 5 | "name": "Function", "type": "any",
|
6 | 6 | "arguments": [{ "name": "arguments", "type": "any", "variadic": true }]
|
7 | 7 | },
|
8 | 8 | { "name": "VoidFunction", "type": "void", "arguments": [] }
|
9 | 9 | ],
|
10 |
| - "dictionaries": [{ |
11 |
| - "name": "TextDecodeOptions", |
12 |
| - "members": [{ "name": "stream", "type": "boolean", "default": "false" }] |
13 |
| - }, { |
14 |
| - "name": "TextDecoderOptions", |
15 |
| - "members": [ |
16 |
| - { "name": "fatal", "type": "boolean", "default": "false" }, |
17 |
| - { "name": "ignoreBOM", "type": "boolean", "default": "false" } |
18 |
| - ] |
19 |
| - }], |
20 | 10 | "interfaces": [{
|
21 | 11 | "name": "DOMException",
|
22 | 12 | "exposed": ["Window", "Worker"],
|
|
58 | 48 | { "name": "message", "type": "DOMString", "readonly": true },
|
59 | 49 | { "name": "name", "type": "DOMString", "readonly": true }
|
60 | 50 | ]
|
61 |
| - }, { |
62 |
| - "name": "TextDecoder", |
63 |
| - "constructors": [{ |
64 |
| - "arguments": [ |
65 |
| - { "name": "label", "type": "DOMString", "optional": true, "default": "\"utf-8\"" }, |
66 |
| - { "name": "options", "type": "TextDecoderOptions", "optional": true } |
67 |
| - ] |
68 |
| - }], |
69 |
| - "exposed": ["Window", "Worker"], |
70 |
| - "operations": [{ |
71 |
| - "name": "decode", "type": "USVString", |
72 |
| - "arguments": [ |
73 |
| - { "name": "input", "type": "BufferSource", "optional": true }, |
74 |
| - { "name": "options", "type": "TextDecodeOptions", "optional": true } |
75 |
| - ] |
76 |
| - }], |
77 |
| - "attributes": [ |
78 |
| - { "name": "encoding", "type": "DOMString", "readonly": true }, |
79 |
| - { "name": "fatal", "type": "boolean", "readonly": true }, |
80 |
| - { "name": "ignoreBOM", "type": "boolean", "readonly": true } |
81 |
| - ] |
82 |
| - }, { |
83 |
| - "name": "TextEncoder", |
84 |
| - "constructors": [{ "arguments": [] }], |
85 |
| - "exposed": ["Window", "Worker"], |
86 |
| - "operations": [{ |
87 |
| - "name": "encode", "type": "Uint8Array", |
88 |
| - "arguments": [{ "name": "input", "type": "USVString", "optional": true, "default": "\"\"" }] |
89 |
| - }], |
90 |
| - "attributes": [{ "name": "encoding", "type": "DOMString", "readonly": true }] |
91 | 51 | }],
|
92 | 52 | "typedefs": [
|
93 | 53 | { "name": "ArrayBufferView", "type": "(Int8Array or Int16Array or Int32Array or Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or Float32Array or Float64Array or DataView)" },
|
|
0 commit comments