Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the WebCodecs dequeue event #17832

Merged
merged 5 commits into from Sep 22, 2022
Merged

add the WebCodecs dequeue event #17832

merged 5 commits into from Sep 22, 2022

Conversation

rachelandrew
Copy link
Collaborator

Chrome 106 supports the dequeue event for WebCodecs https://chromestatus.com/feature/5195706034290688

This PR adds the data for AudioEncoder, AudioDecoder, VideoEncoder, and VideoDecoder.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 18, 2022
@foolip
Copy link
Collaborator

foolip commented Sep 19, 2022

I tried to confirm with https://mdn-bcd-collector.appspot.com/tests/api/AudioDecoder/dequeue_event, but even on Chrome 106 that test returns false. @rachelandrew have you done any testing of this?

@foolip
Copy link
Collaborator

foolip commented Sep 19, 2022

https://storage.googleapis.com/chromium-find-releases-static/77f.html#77f903b24f9c8308f98b030326e307fbca8c8613 suggests 106 is correct. Looks like the version of Chrome 106 on BrowserStack I tested is older.

Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A description will also be needed to pass the lint I think.

api/AudioDecoder.json Outdated Show resolved Hide resolved
api/AudioEncoder.json Outdated Show resolved Hide resolved
api/VideoDecoder.json Outdated Show resolved Hide resolved
api/VideoEncoder.json Outdated Show resolved Hide resolved
@foolip foolip merged commit feafe91 into mdn:main Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants