Skip to content

Commit

Permalink
Firefox 94 supports HTMLScriptElement.supports(type) (#12700)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Oct 7, 2021
1 parent 32c37a8 commit f14bd57
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions api/HTMLScriptElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,55 @@
}
}
},
"supports": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/supports",
"spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-supports",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "94"
},
"firefox_android": {
"version_added": "94"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"text": {
"__compat": {
"support": {
Expand Down

0 comments on commit f14bd57

Please sign in to comment.