Skip to content

Commit f2422b1

Browse files
authored
Firefox 134 supports AudioParam.{exponential,linear}RampToValueAtTime (#26092)
Update Firefox data for AudioParam API This PR updates and corrects version values for Firefox and Firefox Android for the `AudioParam` API. This fixes #25748, which contains the supporting evidence for this change.
1 parent c5d9448 commit f2422b1

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

api/AudioParam.json

+22-10
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,17 @@
221221
"edge": {
222222
"version_added": "12"
223223
},
224-
"firefox": {
225-
"version_added": "25",
226-
"partial_implementation": true,
227-
"notes": "Does not work (see [bug 1171438](https://bugzil.la/1171438) and [bug 1567777](https://bugzil.la/1567777))."
228-
},
224+
"firefox": [
225+
{
226+
"version_added": "134"
227+
},
228+
{
229+
"version_added": "25",
230+
"version_removed": "134",
231+
"partial_implementation": true,
232+
"notes": "Before Firefox 134, this set the target volume at the specified time, but it didn't ramp to it, causing this function to behave like `setValueAtTime()` (see [bug 1171438](https://bugzil.la/1171438) and [bug 1567777](https://bugzil.la/1567777))."
233+
}
234+
],
229235
"firefox_android": "mirror",
230236
"ie": {
231237
"version_added": false
@@ -273,11 +279,17 @@
273279
"edge": {
274280
"version_added": "12"
275281
},
276-
"firefox": {
277-
"version_added": "25",
278-
"partial_implementation": true,
279-
"notes": "Does not work (see [bug 1171438](https://bugzil.la/1171438) and [bug 1567777](https://bugzil.la/1567777))."
280-
},
282+
"firefox": [
283+
{
284+
"version_added": "134"
285+
},
286+
{
287+
"version_added": "25",
288+
"version_removed": "134",
289+
"partial_implementation": true,
290+
"notes": "Before Firefox 134, this set the target volume at the specified time, but it didn't ramp to it, causing this function to behave like `setValueAtTime()` (see [bug 1171438](https://bugzil.la/1171438) and [bug 1567777](https://bugzil.la/1567777))."
291+
}
292+
],
281293
"firefox_android": "mirror",
282294
"ie": {
283295
"version_added": false

0 commit comments

Comments
 (0)