Skip to content

Commit

Permalink
Update InterfaceData based on WebRef (mdn#20266)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Sep 3, 2022
1 parent a809f9c commit 35b4266
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions files/jsondata/InterfaceData.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,6 @@
"inh": "MediaStreamTrack",
"impl": []
},
"CanvasFilter": {
"inh": "",
"impl": []
},
"CanvasGradient": {
"inh": "",
"impl": []
Expand Down Expand Up @@ -1260,6 +1256,10 @@
"inh": "",
"impl": []
},
"GPUInternalError": {
"inh": "GPUError",
"impl": []
},
"GPUOutOfMemoryError": {
"inh": "GPUError",
"impl": []
Expand Down Expand Up @@ -1808,6 +1808,14 @@
"inh": "",
"impl": []
},
"JsonLd": {
"inh": "",
"impl": []
},
"JsonLdProcessor": {
"inh": "",
"impl": []
},
"Keyboard": {
"inh": "EventTarget",
"impl": []
Expand Down Expand Up @@ -2532,6 +2540,22 @@
"inh": "AbstractRange",
"impl": []
},
"RdfDataset": {
"inh": "",
"impl": []
},
"RdfGraph": {
"inh": "",
"impl": []
},
"RdfLiteral": {
"inh": "",
"impl": []
},
"RdfTriple": {
"inh": "",
"impl": []
},
"ReadableByteStreamController": {
"inh": "",
"impl": []
Expand Down Expand Up @@ -2560,6 +2584,10 @@
"inh": "OrientationSensor",
"impl": []
},
"RemoteDocument": {
"inh": "",
"impl": []
},
"RemotePlayback": {
"inh": "EventTarget",
"impl": []
Expand Down

0 comments on commit 35b4266

Please sign in to comment.