w3c / webcodecs

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

Annotate encoder/decoders with EventTarget on ondequeue events. #637

Closed dalecurtis closed 1 year ago

dalecurtis commented 1 year ago

Seems to be an oversight from when ondequeue events were added. Allows the idlharness.js test to start passing.


Preview | Diff

dalecurtis commented 1 year ago

Ping @aboba

dalecurtis commented 1 year ago

Over to @padenot since @aboba seems busy.