From 06a1a057e7f9016ed903c25af7d0eb4318fcfdea Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:23:19 +0800 Subject: [PATCH] add chromium impl_url for `MediaDevices.selectAudioOutput()` --- api/MediaDevices.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/MediaDevices.json b/api/MediaDevices.json index 6b6af746f55d37..90175ee27e25df 100644 --- a/api/MediaDevices.json +++ b/api/MediaDevices.json @@ -604,7 +604,8 @@ "spec_url": "https://w3c.github.io/mediacapture-output/#dom-mediadevices-selectaudiooutput", "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/372214870" }, "chrome_android": "mirror", "edge": "mirror",