Skip to content

Commit 2208147

Browse files
authored
Add more keys to Presentation API (#2049)
1 parent 50b79d9 commit 2208147

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

features/presentation-api.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ compat_features:
1414
- api.PresentationConnection
1515
- api.PresentationConnection.binaryType
1616
- api.PresentationConnection.close
17+
- api.PresentationConnection.close_event
18+
- api.PresentationConnection.connect_event
1719
- api.PresentationConnection.id
20+
- api.PresentationConnection.message_event
1821
- api.PresentationConnection.send
1922
- api.PresentationConnection.state
2023
- api.PresentationConnection.terminate
24+
- api.PresentationConnection.terminate_event
2125
- api.PresentationConnection.url
2226
- api.PresentationConnectionAvailableEvent
2327
- api.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent
@@ -27,6 +31,7 @@ compat_features:
2731
- api.PresentationConnectionCloseEvent.message
2832
- api.PresentationConnectionCloseEvent.reason
2933
- api.PresentationConnectionList
34+
- api.PresentationConnectionList.connectionavailable_event
3035
- api.PresentationConnectionList.connections
3136
- api.PresentationReceiver
3237
- api.PresentationReceiver.connectionList
@@ -35,5 +40,6 @@ compat_features:
3540
- api.PresentationRequest.connectionavailable_event
3641
- api.PresentationRequest.getAvailability
3742
- api.PresentationRequest.reconnect
43+
- api.PresentationRequest.secure_context_required
3844
- api.PresentationRequest.start
3945
- html.elements.iframe.sandbox.allow-presentation

features/presentation-api.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ compat_features:
3232
- api.PresentationConnection
3333
- api.PresentationConnection.binaryType
3434
- api.PresentationConnection.id
35+
- api.PresentationConnection.message_event
3536
- api.PresentationConnection.send
3637
- api.PresentationConnection.state
3738
- api.PresentationConnectionAvailableEvent
@@ -63,6 +64,9 @@ compat_features:
6364
# chrome: "50"
6465
# chrome_android: "50"
6566
# edge: "79"
67+
- api.PresentationConnection.close_event
68+
- api.PresentationConnection.connect_event
69+
- api.PresentationConnection.terminate_event
6670
- api.PresentationConnectionCloseEvent
6771
- api.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent
6872
- api.PresentationConnectionCloseEvent.message
@@ -82,6 +86,14 @@ compat_features:
8286
# edge: "79"
8387
- api.Presentation.receiver
8488
- api.PresentationConnectionList
89+
- api.PresentationConnectionList.connectionavailable_event
8590
- api.PresentationConnectionList.connections
8691
- api.PresentationReceiver
8792
- api.PresentationReceiver.connectionList
93+
94+
# baseline: false
95+
# support:
96+
# chrome: "61"
97+
# chrome_android: "61"
98+
# edge: "79"
99+
- api.PresentationRequest.secure_context_required

0 commit comments

Comments
 (0)