-
Notifications
You must be signed in to change notification settings - Fork 22.8k
FF141 WebGPU API supported on Windows except in serviceworker - relnote/experimental features #40490
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
Conversation
Preview URLs External URLs (4)URL:
URL:
(comment last updated: 2025-07-25 00:31:34) |
This pull request has merge conflicts that must be resolved before it can be merged. |
WebGPU was enabled for Firefox 141 in https://bugzilla.mozilla.org/show_bug.cgi?id=1972486 |
285344a
to
6d523b3
Compare
6d523b3
to
0db96d4
Compare
| ----------------- | ------------- | -------------------------------------------------- | | ||
| Nightly | 141 | Yes | | ||
| Developer Edition | 141 | No (Yes on Windows, not including service workers) | | ||
| Beta | 141 | No (Yes on Windows, not including service workers) | | ||
| Release | 141 | No (Yes on Windows, not including service workers) | |
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.
I wasn't sure quite how to represent this. IMO something is supported when it works on all expected platforms. That is not the case here.
So I have updated such at it is only supported on Nightly (on all platforms). Then added the Yes caveat for Windows on the other releases. Finally updated the version added to 141 which makes this all true in version 141 - the fact that this was also enabled in some way in earlier versions is really kind of irrelevant now.
Thanks @mathewhodson . Fixed. |
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.
Looks good! Thank you :)
FF142 adds support for WebGPU API on Windows (only) in workers except for service workers.
This adds a release note. It also updates the Experimental features with the caveats and the new preference for enabling service workers.
Related docs work can be tracked in #40473