whatwg / html

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

add srcObject or some such to <img> #3972

Open Zhang-Junzhi opened 6 years ago

Zhang-Junzhi commented 6 years ago

Please consider adding srcObject or some such to <img>

annevk commented 6 years ago

I'm pretty sure this has implementer support already, it just lacks a specification and tests. If someone is interested in doing this work I'd be happy to give guidance.

domenic commented 5 years ago

Is this our tracking issue for adding srcObject everywhere, and in particular expanding it to accept Response objects? I could swear there were more open issues somewhere about that.

annevk commented 5 years ago

Fetch has one or two similar issues if I remember correctly. I would be happy with Blob alone for now, to reduce the need for URL.createObjectURL(), but Response seems nice as well.

annevk commented 5 years ago

https://github.com/whatwg/fetch/issues/49