|
1 | 1 | { |
2 | 2 | "mixins": { |
3 | 3 | "mixin": { |
4 | | - "GlobalFetch": { |
5 | | - "name": "GlobalFetch", |
6 | | - "methods": { |
7 | | - "method": { |
8 | | - "fetch": { |
9 | | - "name": "fetch", |
10 | | - "override-signatures": [ |
11 | | - "fetch(input: RequestInfo, init?: RequestInit): Promise<Response>" |
12 | | - ] |
13 | | - } |
14 | | - } |
15 | | - } |
16 | | - }, |
17 | 4 | "Animatable": { |
18 | 5 | "name": "Animatable", |
19 | 6 | "methods": { |
|
227 | 214 | "(event: Event | string, source?: string, lineno?: number, colno?: number, error?: Error): any" |
228 | 215 | ] |
229 | 216 | }, |
230 | | - "DecodeErrorCallback": { |
231 | | - "name": "DecodeErrorCallback", |
232 | | - "override-signatures": [ |
233 | | - "(error: DOMException): void" |
234 | | - ] |
235 | | - }, |
236 | 217 | "QueuingStrategySizeCallback": { |
237 | 218 | "type-parameters": [ |
238 | 219 | { |
|
531 | 512 | "getElementById(elementId: string): HTMLElement | null" |
532 | 513 | ] |
533 | 514 | }, |
534 | | - "elementsFromPoint": { |
535 | | - "name": "elementsFromPoint", |
536 | | - "override-signatures": [ |
537 | | - "elementsFromPoint(x: number, y: number): Element[]" |
538 | | - ] |
539 | | - }, |
540 | 515 | "getElementsByTagNameNS": { |
541 | 516 | "name": "getElementsByTagNameNS", |
542 | 517 | "override-signatures": [ |
|
693 | 668 | }, |
694 | 669 | "properties": { |
695 | 670 | "property": { |
696 | | - "isConnected": { |
697 | | - "name": "isConnected", |
698 | | - "default": "false", |
699 | | - "read-only": 1, |
700 | | - "type-original": "boolean", |
701 | | - "type": "boolean" |
702 | | - }, |
703 | 671 | "parentNode": { |
704 | 672 | "override-type": "Node & ParentNode | null" |
705 | 673 | }, |
|
811 | 779 | } |
812 | 780 | } |
813 | 781 | }, |
814 | | - "MediaError": { |
815 | | - "name": "MediaError", |
816 | | - "properties": { |
817 | | - "property": { |
818 | | - "message": { |
819 | | - "specs": "html5", |
820 | | - "name": "message", |
821 | | - "tags": "Media", |
822 | | - "type": "DOMString", |
823 | | - "type-original": "DOMString", |
824 | | - "read-only": 1, |
825 | | - "exposed": "Window", |
826 | | - "default": "\"\"" |
827 | | - } |
828 | | - } |
829 | | - } |
830 | | - }, |
831 | 782 | "IDBIndex": { |
832 | 783 | "name": "IDBIndex", |
833 | 784 | "properties": { |
|
885 | 836 | } |
886 | 837 | } |
887 | 838 | }, |
888 | | - "IDBDatabase": { |
889 | | - "name": "IDBDatabase", |
890 | | - "methods": { |
891 | | - "method": { |
892 | | - "createObjectStore": { |
893 | | - "name": "createObjectStore", |
894 | | - "override-signatures": [ |
895 | | - "createObjectStore(name: string, optionalParameters?: IDBObjectStoreParameters): IDBObjectStore" |
896 | | - ] |
897 | | - }, |
898 | | - "transaction": { |
899 | | - "name": "transaction", |
900 | | - "override-signatures": [ |
901 | | - "transaction(storeNames: string | string[], mode?: IDBTransactionMode): IDBTransaction" |
902 | | - ] |
903 | | - } |
904 | | - } |
905 | | - }, |
906 | | - "properties": { |
907 | | - "property": { |
908 | | - "version": { |
909 | | - "name": "version", |
910 | | - "override-type": "number" |
911 | | - } |
912 | | - } |
913 | | - } |
914 | | - }, |
915 | 839 | "HTMLCanvasElement": { |
916 | 840 | "methods": { |
917 | 841 | "method": { |
|
1019 | 943 | } |
1020 | 944 | } |
1021 | 945 | }, |
1022 | | - "ImageData": { |
1023 | | - "name": "ImageData", |
1024 | | - "exposed": "Window Worker", |
1025 | | - "constructor": { |
1026 | | - "override-signatures": [ |
1027 | | - "new(width: number, height: number): ImageData", |
1028 | | - "new(array: Uint8ClampedArray, width: number, height?: number): ImageData" |
1029 | | - ] |
1030 | | - } |
1031 | | - }, |
1032 | | - "DOMException": { |
1033 | | - "name": "DOMException", |
1034 | | - "constructor": { |
1035 | | - "override-signatures": [ |
1036 | | - "new(message?: string, name?: string): DOMException" |
1037 | | - ] |
1038 | | - } |
1039 | | - }, |
1040 | 946 | "HTMLSelectElement": { |
1041 | 947 | "name": "HTMLSelectElement", |
1042 | 948 | "properties": { |
|
1125 | 1031 | }, |
1126 | 1032 | "HTMLTableSectionElement": { |
1127 | 1033 | "name": "HTMLTableSectionElement", |
1128 | | - "methods": { |
1129 | | - "method": { |
1130 | | - "insertRow": { |
1131 | | - "name": "insertRow", |
1132 | | - "override-signatures": [ |
1133 | | - "insertRow(index?: number): HTMLTableRowElement" |
1134 | | - ] |
1135 | | - } |
1136 | | - } |
1137 | | - }, |
1138 | 1034 | "properties": { |
1139 | 1035 | "property": { |
1140 | 1036 | "rows": { |
|
1148 | 1044 | "name": "Element", |
1149 | 1045 | "methods": { |
1150 | 1046 | "method": { |
1151 | | - "getAttributeNodeNS": { |
1152 | | - "name": "getAttributeNodeNS", |
1153 | | - "override-signatures": [ |
1154 | | - "getAttributeNodeNS(namespaceURI: string, localName: string): Attr | null" |
1155 | | - ] |
1156 | | - }, |
1157 | | - "getAttributeNode": { |
1158 | | - "name": "getAttributeNode", |
1159 | | - "override-signatures": [ |
1160 | | - "getAttributeNode(name: string): Attr | null" |
1161 | | - ] |
1162 | | - }, |
1163 | 1047 | "getElementsByTagNameNS": { |
1164 | 1048 | "name": "getElementsByTagNameNS", |
1165 | 1049 | "override-signatures": [ |
|
1287 | 1171 | } |
1288 | 1172 | }, |
1289 | 1173 | "Storage": { |
1290 | | - "name": "Storage", |
1291 | | - "methods": { |
1292 | | - "method": { |
1293 | | - "getItem": { |
1294 | | - "name": "getItem", |
1295 | | - "override-signatures": [ |
1296 | | - "getItem(key: string): string | null" |
1297 | | - ] |
1298 | | - }, |
1299 | | - "key": { |
1300 | | - "name": "key", |
1301 | | - "override-signatures": [ |
1302 | | - "key(index: number): string | null" |
1303 | | - ] |
1304 | | - } |
1305 | | - } |
1306 | | - }, |
1307 | 1174 | "override-index-signatures": [ |
1308 | 1175 | "[name: string]: any" |
1309 | 1176 | ] |
|
1401 | 1268 | "name": "HTMLInputElement", |
1402 | 1269 | "properties": { |
1403 | 1270 | "property": { |
1404 | | - "files": { |
1405 | | - "name": "files", |
1406 | | - "read-only": 0, |
1407 | | - "override-type": "FileList | null" |
1408 | | - }, |
1409 | | - "form": { |
1410 | | - "name": "form", |
1411 | | - "read-only": 1, |
1412 | | - "override-type": "HTMLFormElement | null" |
1413 | | - }, |
1414 | 1271 | "selectionDirection": { |
1415 | 1272 | "name": "selectionDirection", |
1416 | 1273 | "override-type": "\"forward\" | \"backward\" | \"none\"" |
|
1461 | 1318 | "hasFeature(...args: any[]): true" |
1462 | 1319 | ], |
1463 | 1320 | "deprecated": 1 |
1464 | | - }, |
1465 | | - "createDocument": { |
1466 | | - "name": "createDocument", |
1467 | | - "override-signatures": [ |
1468 | | - "createDocument(namespaceURI: string | null, qualifiedName: string | null, doctype: DocumentType | null): Document" |
1469 | | - ] |
1470 | 1321 | } |
1471 | 1322 | } |
1472 | 1323 | } |
|
0 commit comments