-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox 105 supports api.OffscreenCanvas.getContext.webgpu_context #23706
Firefox 105 supports api.OffscreenCanvas.getContext.webgpu_context #23706
Conversation
This PR updates and corrects version values for Firefox and Firefox Android for the `getContext.webgpu_context` member of the `OffscreenCanvas` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.11.0). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/OffscreenCanvas/getContext/webgpu_context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the api/GPU*.json files, I'm skeptical about this change. I don't think it has shipped in Firefox/Safari stable yet.
This pull request has merge conflicts that must be resolved before it can be merged. |
Possibly accidental early expose on workers, yes. cc @jdatapple |
…t/firefox-corrections
@@ -395,7 +395,7 @@ | |||
}, | |||
"edge": "mirror", | |||
"firefox": { | |||
"version_added": "preview", | |||
"version_added": "105", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is confirmed by https://bugzilla.mozilla.org/show_bug.cgi?id=1779009.
Co-authored-by: Claas Augner <[email protected]>
This PR updates and corrects version values for Firefox and Safari for the
getContext.webgpu_context
member of theOffscreenCanvas
API. The data comes from the mdn-bcd-collector project (v10.11.0).Check out the collector's guide on how to review this PR.
Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/OffscreenCanvas/getContext/webgpu_context