forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote-playback.json
45 lines (45 loc) · 1.22 KB
/
remote-playback.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"spec": {
"title": "Remote Playback API",
"url": "https://w3c.github.io/remote-playback/"
},
"events": [
{
"src": {
"format": "fire an event phrasing",
"href": "https://w3c.github.io/remote-playback/#prompt-user-for-changing-remote-playback-state"
},
"href": "https://w3c.github.io/remote-playback/#dfn-connecting",
"type": "connecting",
"targets": [
"RemotePlayback"
],
"interface": "Event",
"bubbles": false
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://w3c.github.io/remote-playback/#establishing-a-connection-with-a-remote-playback-device"
},
"href": "https://w3c.github.io/remote-playback/#dfn-connect",
"type": "connect",
"targets": [
"RemotePlayback"
],
"interface": "Event"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://w3c.github.io/remote-playback/#establishing-a-connection-with-a-remote-playback-device"
},
"href": "https://w3c.github.io/remote-playback/#dfn-disconnect",
"type": "disconnect",
"targets": [
"RemotePlayback"
],
"interface": "Event"
}
]
}