Skip to content

Commit

Permalink
Add missing features for api.TaskSignal.any_static (#20737)
Browse files Browse the repository at this point in the history
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing features of the `any_static` member of the `TaskSignal` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.3).

_Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/TaskSignal/any_static
  • Loading branch information
queengooborg authored Sep 18, 2023
1 parent 467a9bb commit 6382fad
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions api/TaskSignal.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,41 @@
"deprecated": false
}
},
"any_static": {
"__compat": {
"spec_url": "https://wicg.github.io/scheduling-apis/#dom-tasksignal-any",
"support": {
"chrome": {
"version_added": "116"
},
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"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
}
}
},
"priority": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TaskSignal/priority",
Expand Down

0 comments on commit 6382fad

Please sign in to comment.