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

Update Chrome/Firefox notes for AudioParam.value #25212

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

hamishwillee
Copy link
Contributor

FF134 brings AudioParam.value to spec compliance by always setting it to the defaultValue, rather than ignoring the setter if there happens to be a scheduled event when the setter is called, in https://bugzilla.mozilla.org/show_bug.cgi?id=1308435

The spec change is here WebAudio/web-audio-api@73c2b88#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R2889

According to the issue it breaks a lot of tests but is unlikely to break much real code.

Anyway, this adds a note to the FF release, It also adds a compat note to the Chrome release that was pulled out of the docs.

Related docs work can be tracked in mdn/content#36916

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:s [PR only] 7-24 LoC changed labels Nov 26, 2024
api/AudioParam.json Outdated Show resolved Hide resolved
api/AudioParam.json Outdated Show resolved Hide resolved
@caugner caugner changed the title FF134 AudioParam.value note plus chrome note Update Chrome/Firefox notes for AudioParam.value Nov 26, 2024
@hamishwillee hamishwillee requested a review from caugner November 26, 2024 22:36
@caugner caugner merged commit ccff5dd into mdn:main Nov 27, 2024
7 checks passed
@hamishwillee hamishwillee deleted the ff134_audioparam_value_update branch November 28, 2024 23:16
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 size:s [PR only] 7-24 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants