w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
937 stars 131 forks source link

`ImageDecoder` is `[SecureContext]` but related interfaces aren't #798

Open padenot opened 3 weeks ago

padenot commented 3 weeks ago

We noticed this while implementing, it's a bit unusual, ImageTrack and ImageTrackList are exposed on non-secure context. Reading the old PR, I didn't manage to find a particular reason, maybe it's just an oversight?

alvestrand commented 3 weeks ago

Fingerprint surface?

dalecurtis commented 3 weeks ago

Just an oversight. I'll mark them as SecureContext in Chrome and hope that doesn't break anything.