browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Missing feature - api.OffscreenCanvasRenderingContext2D.commit

Open Elchi3 opened this issue 2 years ago • 1 comments

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

Elchi3 avatar Sep 13 '22 14:09 Elchi3

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.

queengooborg avatar Sep 14 '22 00:09 queengooborg

This has been added in #17880!

queengooborg avatar Jan 20 '23 15:01 queengooborg