whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.09k stars 2.66k forks source link

"transferToImageBitmap()" #3433

Open Ms2ger opened 6 years ago

Ms2ger commented 6 years ago

https://html.spec.whatwg.org/multipage/canvas.html#dom-offscreencanvas-transfertoimagebitmap

transferToImageBitmap()

should probably mark the ImageBitmap as origin-unclean in the appropriate cases.

Ms2ger commented 6 years ago

CC @whatwg/canvas

annevk commented 6 years ago

Well, origin-clean is associated with the bitmap so it should be transferred as well. So I don't think this should be needed.

See also #3364 about clarifying this at large and #3341 about OffscreenCanvas being unclear on origin-clean.