browser-compat-data
browser-compat-data copied to clipboard
Missing feature - api.OffscreenCanvasRenderingContext2D.commit
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
No compat data on https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/commit
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Compat data on https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/commit
Did you test this? If so, how?
No response
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Seems like it is in Firefox at least https://searchfox.org/mozilla-central/source/dom/webidl/OffscreenCanvasRenderingContext2D.webidl#14
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/commit
MDN metadata
No response
It looks like the interface is hidden behind a flag: https://searchfox.org/mozilla-central/source/dom/webidl/OffscreenCanvasRenderingContext2D.webidl#14 (running https://mdn-bcd-collector.appspot.com/tests/api/OffscreenCanvasRenderingContext2D in Firefox 104 shows no support)
Running https://mdn-bcd-collector.appspot.com/tests/api/OffscreenCanvasRenderingContext2D/commit in all the latest browsers (Chrome 105, Firefox 104, Safari 16) shows that none of them support it. But since Firefox supports this behind a flag, gfx.offscreencanvas.enabled
(confirmed with the collector), we should probably add that in.
This has been added in #17880!