You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
These are only constructible by ImageDecoder which is SecureContext,
so they should be SecureContext as well.
Bug: w3c/webcodecs#798
Change-Id: Ic7591ca038121b0674d2903ccd1048a641a7839e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5606098
Commit-Queue: Dan Sanders <sandersd@chromium.org>
Reviewed-by: Dan Sanders <sandersd@chromium.org>
Auto-Submit: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1312273}
We noticed this while implementing, it's a bit unusual,
ImageTrack
andImageTrackList
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?The text was updated successfully, but these errors were encountered: