UNPKG

767 BJavaScriptView Raw
1'use strict';
2// iterable DOM collections
3// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
4module.exports = {
5 CSSRuleList: 0,
6 CSSStyleDeclaration: 0,
7 CSSValueList: 0,
8 ClientRectList: 0,
9 DOMRectList: 0,
10 DOMStringList: 0,
11 DOMTokenList: 1,
12 DataTransferItemList: 0,
13 FileList: 0,
14 HTMLAllCollection: 0,
15 HTMLCollection: 0,
16 HTMLFormElement: 0,
17 HTMLSelectElement: 0,
18 MediaList: 0,
19 MimeTypeArray: 0,
20 NamedNodeMap: 0,
21 NodeList: 1,
22 PaintRequestList: 0,
23 Plugin: 0,
24 PluginArray: 0,
25 SVGLengthList: 0,
26 SVGNumberList: 0,
27 SVGPathSegList: 0,
28 SVGPointList: 0,
29 SVGStringList: 0,
30 SVGTransformList: 0,
31 SourceBufferList: 0,
32 StyleSheetList: 0,
33 TextTrackCueList: 0,
34 TextTrackList: 0,
35 TouchList: 0
36};