Skip to content

Commit

Permalink
Add missing api.HTMLLinkElement.blocking feature (#18275)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Nov 26, 2022
1 parent d1cccd2 commit ec22dec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api/HTMLLinkElement.json
Expand Up @@ -77,6 +77,39 @@
}
}
},
"blocking": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-blocking",
"support": {
"chrome": {
"version_added": "105"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"charset": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#dom-link-charset",
Expand Down

0 comments on commit ec22dec

Please sign in to comment.