From 8e33c52f809796c68a683ad343f37ee4e7ce4616 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Tue, 30 Mar 2021 18:22:36 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ja) (#356) * Migrate to Compat macro (ja/mozilla/add-ons/webextensions) * Migrate to Compat macro (ja/web/api) --- .../web/api/mediadevices/ondevicechange/index.html | 54 +--------------------- 1 file changed, 1 insertion(+), 53 deletions(-) (limited to 'files/ja/web/api/mediadevices/ondevicechange') diff --git a/files/ja/web/api/mediadevices/ondevicechange/index.html b/files/ja/web/api/mediadevices/ondevicechange/index.html index 73458872b0..946a54de31 100644 --- a/files/ja/web/api/mediadevices/ondevicechange/index.html +++ b/files/ja/web/api/mediadevices/ondevicechange/index.html @@ -191,59 +191,7 @@ let videoList = document.getElementById("videoList");

ブラウザ互換性

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(57)}}{{CompatGeckoDesktop(51)}}{{CompatUnknown}}{{CompatOpera(34)}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatOperaMobile(34)}}{{CompatUnknown}}
-
- -

Support for this event was added for Linux and Windows—and it was enabled by default—starting in Firefox 52.

- -

[1] devicechangeイベントと{{domxref("MediaDevices.ondevicechange")}}のサポートはFirefox 51からですが、ただしMacだけであり、デフォルトで無効になっています。有効にするには、media.ondevicechange.enabledtrueに設定してください。Firefox 52から、LinuxとWindowsでサポートされており、デフォルトで有効になっています。

+

{{Compat("api.MediaDevices.ondevicechange")}}

関連項目

-- cgit v1.2.3-54-g00ecf