diff options
Diffstat (limited to 'files/ja/web/api/mediadevices/enumeratedevices/index.html')
-rw-r--r-- | files/ja/web/api/mediadevices/enumeratedevices/index.html | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/files/ja/web/api/mediadevices/enumeratedevices/index.html b/files/ja/web/api/mediadevices/enumeratedevices/index.html index 8ff19d3396..285facc61f 100644 --- a/files/ja/web/api/mediadevices/enumeratedevices/index.html +++ b/files/ja/web/api/mediadevices/enumeratedevices/index.html @@ -104,65 +104,7 @@ navigator.mediaDevices.enumerateDevices() <h2 id="ブラウザ実装状況">ブラウザ実装状況</h2> -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Stream API </td> - <td>{{CompatChrome(45.0)}} [1]</td> - <td>39</td> - <td>{{CompatNo}} </td> - <td> - <p>{{CompatNo}}</p> - </td> - <td>{{CompatNo}} </td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Stream API </td> - <td>{{CompatNo}} </td> - <td>39</td> - <td>39</td> - <td>{{CompatNo}} </td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}} </td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Behind a flag.</p> - -<h3 id="ChromeとOperaの実装">ChromeとOperaの実装</h3> - -<ul> - <li><a href="https://github.com/webrtc/adapter"><u><font color="#0066cc">adapter.js</font></u></a>のポリフィルを通して、ChromeとOperaでこのインターフェイスを使用できます。</li> -</ul> +<p>{{Compat("api.MediaDevices.enumerateDevices")}}</p> <h2 id="関連項目">関連項目</h2> |