A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/ja/docs/Web/API/HTMLMediaElement/remote below:

HTMLMediaElement: remote プãƒãƒ‘ティ - Web API

HTMLMediaElement: remote プロパティ

Limited availability

remote は HTMLMediaElement インターフェイスの読み取り専用プロパティで、このメディア要素に関連付けられた RemotePlayback オブジェクトを返します。RemotePlayback オブジェクトは、メディアを再生するリモート端末を制御することができます。

値

このメディア要素に関連付けられた RemotePlayback オブジェクトです。

例
const el = document.createElement("audio");
const remotePlayback = el.remote;

remotePlayback.watchAvailability((availability) => {
  // 利用できる状況が変わったら何かを行う
});
仕様書 ブラウザーの互換性

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4