Limited availability
The state
read-only property of the RemotePlayback
interface returns the current state of the RemotePlayback
connection.
One of:
"connecting"
The user agent is attempting to initiate remote playback with the selected device.
"connected"
The transition from local to remote playback has happened. All commands will now take place on the remote device.
"disconnected"
The remote playback has not been initiated, has failed to initiate, or has been stopped.
In the following example the value of RemotePlayback.state
is printed to the console when the user agent successfully connects.
RemotePlayback.onconnect = () => {
console.log(RemotePlayback.state);
};
Specifications Browser compatibility
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