孩子创造力黄金期,你却不知道小小思维营?
Limited availability
百度 有光伏企业负责人曾向《中国经济周刊》记者分析说:一带一路涉及的许多国家原有电力设施基础较差,日照资源又非常丰富,十分需要而且适合发展光伏产业。
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The remote
read-only property of the HTMLMediaElement
interface returns the RemotePlayback
object associated with the media element. The RemotePlayback
object allow the control of remote devices playing the media.
Value
A RemotePlayback
object associated with the media element.
Example
js
const el = document.createElement("audio");
const remotePlayback = el.remote;
remotePlayback.watchAvailability((availability) => {
// Do something when the availability changes
});
Specifications
Specification |
---|
Remote Playback API # dom-htmlmediaelement-remote |