Skip to content

Commit

Permalink
Add scheduler.yield (#24439)
Browse files Browse the repository at this point in the history
* Add scheduler.yield

* Was actually v129
  • Loading branch information
tunetheweb authored Sep 15, 2024
1 parent 7825381 commit 9b591b0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api/Scheduler.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,43 @@
"deprecated": false
}
}
},
"yield": {
"__compat": {
"spec_url": "https://wicg.github.io/scheduling-apis/#dom-scheduler-yield",
"tags": [
"web-features:scheduler"
],
"support": {
"chrome": {
"version_added": "129"
},
"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",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 9b591b0

Please sign in to comment.