| OLD | NEW |
| 1 { | 1 { |
| 2 "AbstractWorker": { | 2 "AbstractWorker": { |
| 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf
ace", | 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf
ace", |
| 4 "members": { | 4 "members": { |
| 5 "addEventListener": {}, | 5 "addEventListener": {}, |
| 6 "dispatchEvent": {}, | 6 "dispatchEvent": {}, |
| 7 "onerror": {}, | 7 "onerror": {}, |
| 8 "removeEventListener": {} | 8 "removeEventListener": {} |
| 9 }, | 9 }, |
| 10 "support_level": "stable" | 10 "support_level": "stable" |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "support_level": "experimental" | 107 "support_level": "experimental" |
| 108 }, | 108 }, |
| 109 "AudioContext": { | 109 "AudioContext": { |
| 110 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioContext-section", | 110 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioContext-section", |
| 111 "members": { | 111 "members": { |
| 112 "AudioContext": {}, | 112 "AudioContext": {}, |
| 113 "activeSourceCount": {}, | 113 "activeSourceCount": {}, |
| 114 "createAnalyser": {}, | 114 "createAnalyser": {}, |
| 115 "createBiquadFilter": {}, | 115 "createBiquadFilter": {}, |
| 116 "createBuffer": {}, | 116 "createBuffer": {}, |
| 117 "createBufferFromBuffer": {}, | |
| 118 "createBufferSource": {}, | 117 "createBufferSource": {}, |
| 119 "createChannelMerger": {}, | 118 "createChannelMerger": {}, |
| 120 "createChannelSplitter": {}, | 119 "createChannelSplitter": {}, |
| 121 "createConvolver": {}, | 120 "createConvolver": {}, |
| 122 "createDelay": {}, | 121 "createDelay": {}, |
| 123 "createDelayNode": {}, | 122 "createDelayNode": {}, |
| 124 "createDynamicsCompressor": {}, | 123 "createDynamicsCompressor": {}, |
| 125 "createEmptyBuffer": {}, | |
| 126 "createGain": {}, | 124 "createGain": {}, |
| 127 "createGainNode": {}, | 125 "createGainNode": {}, |
| 128 "createJavaScriptNode": {}, | 126 "createJavaScriptNode": {}, |
| 129 "createMediaElementSource": {}, | 127 "createMediaElementSource": {}, |
| 130 "createMediaStreamDestination": {}, | 128 "createMediaStreamDestination": {}, |
| 131 "createMediaStreamSource": {}, | 129 "createMediaStreamSource": {}, |
| 132 "createOscillator": {}, | 130 "createOscillator": {}, |
| 133 "createPanner": {}, | 131 "createPanner": {}, |
| 134 "createScriptProcessor": {}, | 132 "createScriptProcessor": {}, |
| 135 "createWaveShaper": {}, | 133 "createWaveShaper": {}, |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "CDATASection": { | 281 "CDATASection": { |
| 284 "comment": "http://dom.spec.whatwg.org/#cdatasection", | 282 "comment": "http://dom.spec.whatwg.org/#cdatasection", |
| 285 "dart_action": "suppress", | 283 "dart_action": "suppress", |
| 286 "members": {}, | 284 "members": {}, |
| 287 "support_level": "deprecated" | 285 "support_level": "deprecated" |
| 288 }, | 286 }, |
| 289 "CSS": { | 287 "CSS": { |
| 290 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface", | 288 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface", |
| 291 "dart_action": "experimental", | 289 "dart_action": "experimental", |
| 292 "members": { | 290 "members": { |
| 293 "supports": {}, | 291 "supports": {} |
| 294 "supportsCondition": {}, | |
| 295 "supportsProperty": {} | |
| 296 } | 292 } |
| 297 }, | 293 }, |
| 298 "CSSCharsetRule": { | 294 "CSSCharsetRule": { |
| 299 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", | 295 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", |
| 300 "members": { | 296 "members": { |
| 301 "encoding": {} | 297 "encoding": {} |
| 302 }, | 298 }, |
| 303 "support_level": "experimental" | 299 "support_level": "experimental" |
| 304 }, | 300 }, |
| 305 "CSSFilterRule": { | 301 "CSSFilterRule": { |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "clearRect": {}, | 700 "clearRect": {}, |
| 705 "clearShadow": { | 701 "clearShadow": { |
| 706 "support_level": "nonstandard" | 702 "support_level": "nonstandard" |
| 707 }, | 703 }, |
| 708 "clip": {}, | 704 "clip": {}, |
| 709 "closePath": {}, | 705 "closePath": {}, |
| 710 "createImageData": {}, | 706 "createImageData": {}, |
| 711 "createImageDataFromImageData": {}, | 707 "createImageDataFromImageData": {}, |
| 712 "createLinearGradient": {}, | 708 "createLinearGradient": {}, |
| 713 "createPattern": {}, | 709 "createPattern": {}, |
| 714 "createPatternFromCanvas": {}, | |
| 715 "createPatternFromImage": {}, | |
| 716 "createRadialGradient": {}, | 710 "createRadialGradient": {}, |
| 717 "currentPath": { | 711 "currentPath": { |
| 718 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-canvas-element.html#path-objects", | 712 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-canvas-element.html#path-objects", |
| 719 "support_level": "experimental" | 713 "support_level": "experimental" |
| 720 }, | 714 }, |
| 721 "drawImage": {}, | 715 "drawImage": {}, |
| 722 "drawImageFromRect": {}, | 716 "drawImageFromRect": {}, |
| 723 "fill": {}, | 717 "fill": {}, |
| 724 "fillRect": {}, | 718 "fillRect": {}, |
| 725 "fillStyle": {}, | 719 "fillStyle": {}, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 752 "scale": {}, | 746 "scale": {}, |
| 753 "setAlpha": { | 747 "setAlpha": { |
| 754 "support_level": "nonstandard" | 748 "support_level": "nonstandard" |
| 755 }, | 749 }, |
| 756 "setCompositeOperation": { | 750 "setCompositeOperation": { |
| 757 "support_level": "nonstandard" | 751 "support_level": "nonstandard" |
| 758 }, | 752 }, |
| 759 "setFillColor": { | 753 "setFillColor": { |
| 760 "support_level": "nonstandard" | 754 "support_level": "nonstandard" |
| 761 }, | 755 }, |
| 762 "setFillColorCmyk": {}, | |
| 763 "setFillColorRgb": {}, | |
| 764 "setLineCap": { | 756 "setLineCap": { |
| 765 "support_level": "nonstandard" | 757 "support_level": "nonstandard" |
| 766 }, | 758 }, |
| 767 "setLineDash": {}, | 759 "setLineDash": {}, |
| 768 "setLineJoin": { | 760 "setLineJoin": { |
| 769 "support_level": "nonstandard" | 761 "support_level": "nonstandard" |
| 770 }, | 762 }, |
| 771 "setLineWidth": { | 763 "setLineWidth": { |
| 772 "support_level": "nonstandard" | 764 "support_level": "nonstandard" |
| 773 }, | 765 }, |
| 774 "setMiterLimit": { | 766 "setMiterLimit": { |
| 775 "support_level": "nonstandard" | 767 "support_level": "nonstandard" |
| 776 }, | 768 }, |
| 777 "setShadow": { | 769 "setShadow": { |
| 778 "support_level": "nonstandard" | 770 "support_level": "nonstandard" |
| 779 }, | 771 }, |
| 780 "setShadowCmyk": {}, | |
| 781 "setShadowRgb": {}, | |
| 782 "setStrokeColor": { | 772 "setStrokeColor": { |
| 783 "support_level": "nonstandard" | 773 "support_level": "nonstandard" |
| 784 }, | 774 }, |
| 785 "setStrokeColorCmyk": {}, | |
| 786 "setStrokeColorRgb": {}, | |
| 787 "setTransform": {}, | 775 "setTransform": {}, |
| 788 "shadowBlur": {}, | 776 "shadowBlur": {}, |
| 789 "shadowColor": {}, | 777 "shadowColor": {}, |
| 790 "shadowOffsetX": {}, | 778 "shadowOffsetX": {}, |
| 791 "shadowOffsetY": {}, | 779 "shadowOffsetY": {}, |
| 792 "stroke": {}, | 780 "stroke": {}, |
| 793 "strokeRect": {}, | 781 "strokeRect": {}, |
| 794 "strokeStyle": {}, | 782 "strokeStyle": {}, |
| 795 "strokeText": {}, | 783 "strokeText": {}, |
| 796 "textAlign": {}, | 784 "textAlign": {}, |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1594 "webkitGetAsEntry": { | 1582 "webkitGetAsEntry": { |
| 1595 "support_level": "experimental" | 1583 "support_level": "experimental" |
| 1596 } | 1584 } |
| 1597 }, | 1585 }, |
| 1598 "support_level": "experimental" | 1586 "support_level": "experimental" |
| 1599 }, | 1587 }, |
| 1600 "DataTransferItemList": { | 1588 "DataTransferItemList": { |
| 1601 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.
html#the-datatransferitemlist-interface", | 1589 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.
html#the-datatransferitemlist-interface", |
| 1602 "members": { | 1590 "members": { |
| 1603 "add": {}, | 1591 "add": {}, |
| 1604 "addData": {}, | |
| 1605 "addFile": {}, | |
| 1606 "clear": {}, | 1592 "clear": {}, |
| 1607 "item": {}, | 1593 "item": {}, |
| 1608 "length": {} | 1594 "length": {} |
| 1609 }, | 1595 }, |
| 1610 "support_level": "experimental" | 1596 "support_level": "experimental" |
| 1611 }, | 1597 }, |
| 1612 "DataView": { | 1598 "DataView": { |
| 1613 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 1599 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 1614 "members": { | 1600 "members": { |
| 1615 "getFloat32": {}, | 1601 "getFloat32": {}, |
| (...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3001 "onloadingdone": {}, | 2987 "onloadingdone": {}, |
| 3002 "onloadstart": {}, | 2988 "onloadstart": {}, |
| 3003 "removeEventListener": {} | 2989 "removeEventListener": {} |
| 3004 }, | 2990 }, |
| 3005 "support_level": "experimental" | 2991 "support_level": "experimental" |
| 3006 }, | 2992 }, |
| 3007 "FormData": { | 2993 "FormData": { |
| 3008 "comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata", | 2994 "comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata", |
| 3009 "members": { | 2995 "members": { |
| 3010 "FormData": {}, | 2996 "FormData": {}, |
| 3011 "append": {}, | 2997 "append": {} |
| 3012 "appendBlob": {}, | |
| 3013 "appendString": {} | |
| 3014 }, | 2998 }, |
| 3015 "support_level": "stable" | 2999 "support_level": "stable" |
| 3016 }, | 3000 }, |
| 3017 "GainNode": { | 3001 "GainNode": { |
| 3018 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#GainNode", | 3002 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#GainNode", |
| 3019 "members": { | 3003 "members": { |
| 3020 "gain": {} | 3004 "gain": {} |
| 3021 }, | 3005 }, |
| 3022 "support_level": "experimental" | 3006 "support_level": "experimental" |
| 3023 }, | 3007 }, |
| (...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5041 "createObjectStore": {}, | 5025 "createObjectStore": {}, |
| 5042 "deleteObjectStore": {}, | 5026 "deleteObjectStore": {}, |
| 5043 "dispatchEvent": {}, | 5027 "dispatchEvent": {}, |
| 5044 "name": {}, | 5028 "name": {}, |
| 5045 "objectStoreNames": {}, | 5029 "objectStoreNames": {}, |
| 5046 "onabort": {}, | 5030 "onabort": {}, |
| 5047 "onerror": {}, | 5031 "onerror": {}, |
| 5048 "onversionchange": {}, | 5032 "onversionchange": {}, |
| 5049 "removeEventListener": {}, | 5033 "removeEventListener": {}, |
| 5050 "transaction": {}, | 5034 "transaction": {}, |
| 5051 "transactionList": {}, | |
| 5052 "transactionStore": {}, | |
| 5053 "transactionStores": {}, | |
| 5054 "version": {} | 5035 "version": {} |
| 5055 }, | 5036 }, |
| 5056 "support_level": "stable" | 5037 "support_level": "stable" |
| 5057 }, | 5038 }, |
| 5058 "IDBFactory": { | 5039 "IDBFactory": { |
| 5059 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBFactory", | 5040 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBFactory", |
| 5060 "dart_action": "unstable", | 5041 "dart_action": "unstable", |
| 5061 "members": { | 5042 "members": { |
| 5062 "cmp": {}, | 5043 "cmp": {}, |
| 5063 "deleteDatabase": {}, | 5044 "deleteDatabase": {}, |
| (...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6639 "close": {}, | 6620 "close": {}, |
| 6640 "dispatchEvent": {}, | 6621 "dispatchEvent": {}, |
| 6641 "label": {}, | 6622 "label": {}, |
| 6642 "onclose": {}, | 6623 "onclose": {}, |
| 6643 "onerror": {}, | 6624 "onerror": {}, |
| 6644 "onmessage": {}, | 6625 "onmessage": {}, |
| 6645 "onopen": {}, | 6626 "onopen": {}, |
| 6646 "readyState": {}, | 6627 "readyState": {}, |
| 6647 "reliable": {}, | 6628 "reliable": {}, |
| 6648 "removeEventListener": {}, | 6629 "removeEventListener": {}, |
| 6649 "send": {}, | 6630 "send": {} |
| 6650 "sendBlob": {}, | |
| 6651 "sendByteBuffer": {}, | |
| 6652 "sendString": {}, | |
| 6653 "sendTypedData": {} | |
| 6654 }, | 6631 }, |
| 6655 "support_level": "experimental" | 6632 "support_level": "experimental" |
| 6656 }, | 6633 }, |
| 6657 "RTCDataChannelEvent": { | 6634 "RTCDataChannelEvent": { |
| 6658 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannele
vent", | 6635 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannele
vent", |
| 6659 "members": { | 6636 "members": { |
| 6660 "channel": {} | 6637 "channel": {} |
| 6661 }, | 6638 }, |
| 6662 "support_level": "experimental" | 6639 "support_level": "experimental" |
| 6663 }, | 6640 }, |
| (...skipping 4040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10704 "dart_action": "unstable", | 10681 "dart_action": "unstable", |
| 10705 "support_level": "deprecated" | 10682 "support_level": "deprecated" |
| 10706 } | 10683 } |
| 10707 }, | 10684 }, |
| 10708 "support_level": "stable" | 10685 "support_level": "stable" |
| 10709 }, | 10686 }, |
| 10710 "URL": { | 10687 "URL": { |
| 10711 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", | 10688 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", |
| 10712 "members": { | 10689 "members": { |
| 10713 "createObjectURL": {}, | 10690 "createObjectURL": {}, |
| 10714 "createObjectUrlFromBlob": {}, | |
| 10715 "createObjectUrlFromSource": {}, | |
| 10716 "createObjectUrlFromStream": {}, | |
| 10717 "revokeObjectURL": {} | 10691 "revokeObjectURL": {} |
| 10718 }, | 10692 }, |
| 10719 "support_level": "stable" | 10693 "support_level": "stable" |
| 10720 }, | 10694 }, |
| 10721 "Uint16Array": { | 10695 "Uint16Array": { |
| 10722 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 10696 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 10723 "members": { | 10697 "members": { |
| 10724 "BYTES_PER_ELEMENT": {}, | 10698 "BYTES_PER_ELEMENT": {}, |
| 10725 "length": {}, | 10699 "length": {}, |
| 10726 "setElements": {}, | 10700 "setElements": {}, |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11220 "bindAttribLocation": {}, | 11194 "bindAttribLocation": {}, |
| 11221 "bindBuffer": {}, | 11195 "bindBuffer": {}, |
| 11222 "bindFramebuffer": {}, | 11196 "bindFramebuffer": {}, |
| 11223 "bindRenderbuffer": {}, | 11197 "bindRenderbuffer": {}, |
| 11224 "bindTexture": {}, | 11198 "bindTexture": {}, |
| 11225 "blendColor": {}, | 11199 "blendColor": {}, |
| 11226 "blendEquation": {}, | 11200 "blendEquation": {}, |
| 11227 "blendEquationSeparate": {}, | 11201 "blendEquationSeparate": {}, |
| 11228 "blendFunc": {}, | 11202 "blendFunc": {}, |
| 11229 "blendFuncSeparate": {}, | 11203 "blendFuncSeparate": {}, |
| 11230 "bufferByteData": {}, | |
| 11231 "bufferData": {}, | 11204 "bufferData": {}, |
| 11232 "bufferEmptyData": {}, | |
| 11233 "bufferSubByteData": {}, | |
| 11234 "bufferSubData": {}, | 11205 "bufferSubData": {}, |
| 11235 "bufferSubTypedData": {}, | |
| 11236 "bufferTypedData": {}, | |
| 11237 "checkFramebufferStatus": {}, | 11206 "checkFramebufferStatus": {}, |
| 11238 "clear": {}, | 11207 "clear": {}, |
| 11239 "clearColor": {}, | 11208 "clearColor": {}, |
| 11240 "clearDepth": {}, | 11209 "clearDepth": {}, |
| 11241 "clearStencil": {}, | 11210 "clearStencil": {}, |
| 11242 "colorMask": {}, | 11211 "colorMask": {}, |
| 11243 "compileShader": {}, | 11212 "compileShader": {}, |
| 11244 "compressedTexImage2D": {}, | 11213 "compressedTexImage2D": {}, |
| 11245 "compressedTexSubImage2D": {}, | 11214 "compressedTexSubImage2D": {}, |
| 11246 "copyTexImage2D": {}, | 11215 "copyTexImage2D": {}, |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11321 "sampleCoverage": {}, | 11290 "sampleCoverage": {}, |
| 11322 "scissor": {}, | 11291 "scissor": {}, |
| 11323 "shaderSource": {}, | 11292 "shaderSource": {}, |
| 11324 "stencilFunc": {}, | 11293 "stencilFunc": {}, |
| 11325 "stencilFuncSeparate": {}, | 11294 "stencilFuncSeparate": {}, |
| 11326 "stencilMask": {}, | 11295 "stencilMask": {}, |
| 11327 "stencilMaskSeparate": {}, | 11296 "stencilMaskSeparate": {}, |
| 11328 "stencilOp": {}, | 11297 "stencilOp": {}, |
| 11329 "stencilOpSeparate": {}, | 11298 "stencilOpSeparate": {}, |
| 11330 "texImage2D": {}, | 11299 "texImage2D": {}, |
| 11331 "texImage2DCanvas": {}, | |
| 11332 "texImage2DData": {}, | |
| 11333 "texImage2DImage": {}, | |
| 11334 "texImage2DTypedData": {}, | |
| 11335 "texImage2DVideo": {}, | |
| 11336 "texParameterf": {}, | 11300 "texParameterf": {}, |
| 11337 "texParameteri": {}, | 11301 "texParameteri": {}, |
| 11338 "texSubImage2D": {}, | 11302 "texSubImage2D": {}, |
| 11339 "texSubImage2DCanvas": {}, | |
| 11340 "texSubImage2DData": {}, | |
| 11341 "texSubImage2DImage": {}, | |
| 11342 "texSubImage2DTypedData": {}, | |
| 11343 "texSubImage2DVideo": {}, | |
| 11344 "uniform1f": {}, | 11303 "uniform1f": {}, |
| 11345 "uniform1fv": {}, | 11304 "uniform1fv": {}, |
| 11346 "uniform1i": {}, | 11305 "uniform1i": {}, |
| 11347 "uniform1iv": {}, | 11306 "uniform1iv": {}, |
| 11348 "uniform2f": {}, | 11307 "uniform2f": {}, |
| 11349 "uniform2fv": {}, | 11308 "uniform2fv": {}, |
| 11350 "uniform2i": {}, | 11309 "uniform2i": {}, |
| 11351 "uniform2iv": {}, | 11310 "uniform2iv": {}, |
| 11352 "uniform3f": {}, | 11311 "uniform3f": {}, |
| 11353 "uniform3fv": {}, | 11312 "uniform3fv": {}, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11466 "dispatchEvent": {}, | 11425 "dispatchEvent": {}, |
| 11467 "extensions": {}, | 11426 "extensions": {}, |
| 11468 "onclose": {}, | 11427 "onclose": {}, |
| 11469 "onerror": {}, | 11428 "onerror": {}, |
| 11470 "onmessage": {}, | 11429 "onmessage": {}, |
| 11471 "onopen": {}, | 11430 "onopen": {}, |
| 11472 "protocol": {}, | 11431 "protocol": {}, |
| 11473 "readyState": {}, | 11432 "readyState": {}, |
| 11474 "removeEventListener": {}, | 11433 "removeEventListener": {}, |
| 11475 "send": {}, | 11434 "send": {}, |
| 11476 "sendBlob": {}, | |
| 11477 "sendByteBuffer": {}, | |
| 11478 "sendString": {}, | |
| 11479 "sendTypeData": {}, | |
| 11480 "url": {} | 11435 "url": {} |
| 11481 }, | 11436 }, |
| 11482 "support_level": "stable" | 11437 "support_level": "stable" |
| 11483 }, | 11438 }, |
| 11484 "WheelEvent": { | 11439 "WheelEvent": { |
| 11485 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", | 11440 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| 11486 "members": { | 11441 "members": { |
| 11487 "DOM_DELTA_LINE": {}, | 11442 "DOM_DELTA_LINE": {}, |
| 11488 "DOM_DELTA_PAGE": {}, | 11443 "DOM_DELTA_PAGE": {}, |
| 11489 "DOM_DELTA_PIXEL": {}, | 11444 "DOM_DELTA_PIXEL": {}, |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11832 "importStylesheet": {}, | 11787 "importStylesheet": {}, |
| 11833 "removeParameter": {}, | 11788 "removeParameter": {}, |
| 11834 "reset": {}, | 11789 "reset": {}, |
| 11835 "setParameter": {}, | 11790 "setParameter": {}, |
| 11836 "transformToDocument": {}, | 11791 "transformToDocument": {}, |
| 11837 "transformToFragment": {} | 11792 "transformToFragment": {} |
| 11838 }, | 11793 }, |
| 11839 "support_level": "nonstandard" | 11794 "support_level": "nonstandard" |
| 11840 } | 11795 } |
| 11841 } | 11796 } |
| OLD | NEW |