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

Mark OfflineAudioContext resume() not really supported in Firefox #23641

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Jul 3, 2024

It always rejects:
https://github.com/mozilla/gecko-dev/blob/bb682ab37e12bf256f4180693568bf1325aab2be/dom/media/webaudio/AudioContext.cpp#L1062-L1066

This was first determined by simple testing in Firefox DevTools:

ctx = new OfflineAudioContext(1, 480000, 48000);
ctx.resume();
It always rejects:
https://github.com/mozilla/gecko-dev/blob/bb682ab37e12bf256f4180693568bf1325aab2be/dom/media/webaudio/AudioContext.cpp#L1062-L1066

This was first determined by simple testing in Firefox DevTools:

```js
ctx = new OfflineAudioContext(1, 480000, 48000);
ctx.resume();
```
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 3, 2024
@foolip foolip requested a review from queengooborg July 3, 2024 08:23
@queengooborg queengooborg merged commit 2b57406 into main Jul 8, 2024
8 checks passed
@queengooborg queengooborg deleted the firefox-bug-1265406 branch July 8, 2024 07:21
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
2 participants