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

api.AudioParam.linearRampToValueAtTime - works fine on Firefox, but listed as non-working #25748

Open
parasti opened this issue Jan 23, 2025 · 1 comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@parasti
Copy link

parasti commented Jan 23, 2025

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Been using linearRampToValueAtTime for a while on Firefox without issue, so I was surprised to see that the compatibility table says "Does not work".

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

Updated Firefox compatibility data.

Did you test this? If so, how?

We use it to fade background music in the game https://play.neverball.org (30MB automatic download, sorry)

You can also try it here https://mdn.github.io/webaudio-examples/audio-param/

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/linearRampToValueAtTime

MDN metadata

MDN page report details
  • Query: api.AudioParam.linearRampToValueAtTime
  • Report started: 2025-01-23T07:28:27.206Z
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 23, 2025
@caugner
Copy link
Contributor

caugner commented Jan 23, 2025

@parasti Good catch, thank you, this was indeed fixed in Firefox 134 via https://bugzilla.mozilla.org/show_bug.cgi?id=1308435.

Would you like to open a PR to update the support data by adding version_removed: "134" to the current statement, making it an array, and adding a new statement with version_added: "134" without partial_implementation here:

"firefox": {
"version_added": "25",
"partial_implementation": true,
"notes": "Does not work (see [bug 1171438](https://bugzil.la/1171438) and [bug 1567777](https://bugzil.la/1567777))."
},

(If you do, you could make the existing note a bit clearer specifying what didn't work. If I understand the issue correctly, the method linearRampToValueAtTime() existed, but it set the value without transition, is that it?)

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

No branches or pull requests

2 participants