Skip to content

Commit 6cc2c9a

Browse files
Correct windowAudio default for Chrome and Edge (#28246)
Correct windowAudio option default values for Chrome and Edge
1 parent 564c7c9 commit 6cc2c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/MediaDevices.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
"version_added": "141",
474474
"partial_implementation": true,
475475
"notes": [
476-
"Defaults to `\"exclude\"`. Before Chrome 142 it defaulted to `\"system\"`.",
476+
"Defaults to `\"system\"`.",
477477
"Only supports values `\"exclude\"` and `\"system\"`, not `\"window\"`."
478478
]
479479
},
@@ -485,7 +485,7 @@
485485
"version_removed": "143",
486486
"partial_implementation": true,
487487
"notes": [
488-
"Defaults to `\"system\"`. Before Chrome 143 it defaulted to `\"exclude\"`.",
488+
"Defaults to `\"system\"`. Before Edge 142, it defaulted to `\"exclude\"`.",
489489
"Only supports values `\"exclude\"` and `\"system\"`, not `\"window\"`."
490490
]
491491
},

0 commit comments

Comments
 (0)