FF147 WebGPU supported on all apple silicon
FF147 supports WebGPU on on all macOS versions on apple silicon in https://bugzilla.mozilla.org/show_bug.cgi?id=1993341. Previously it was only supported on Tahoe - I can't find a bug for that, but this issue stated that it was added for Tahoe in 145. It isn't supported on Linux. It isn't supported on macOS on Intel.
I have updated the (partial) subfeatures in the 250+ places that support is recorded.
Related docs work can be tracked in https://github.com/mdn/content/issues/42247
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).
See also: https://github.com/mdn/browser-compat-data/pull/28557
We discussed this in today's BCD meeting, and it's a bit tricky:
- The DOM interfaces seem to actually be available on all platforms, even if
requestAdapter()will not return an adapter. - The notes currently don't explain what "unsupported" means.