Skip to content

Commit

Permalink
Add more keys to Presentation API (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 23, 2024
1 parent 50b79d9 commit 2208147
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/presentation-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ compat_features:
- api.PresentationConnection
- api.PresentationConnection.binaryType
- api.PresentationConnection.close
- api.PresentationConnection.close_event
- api.PresentationConnection.connect_event
- api.PresentationConnection.id
- api.PresentationConnection.message_event
- api.PresentationConnection.send
- api.PresentationConnection.state
- api.PresentationConnection.terminate
- api.PresentationConnection.terminate_event
- api.PresentationConnection.url
- api.PresentationConnectionAvailableEvent
- api.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent
Expand All @@ -27,6 +31,7 @@ compat_features:
- api.PresentationConnectionCloseEvent.message
- api.PresentationConnectionCloseEvent.reason
- api.PresentationConnectionList
- api.PresentationConnectionList.connectionavailable_event
- api.PresentationConnectionList.connections
- api.PresentationReceiver
- api.PresentationReceiver.connectionList
Expand All @@ -35,5 +40,6 @@ compat_features:
- api.PresentationRequest.connectionavailable_event
- api.PresentationRequest.getAvailability
- api.PresentationRequest.reconnect
- api.PresentationRequest.secure_context_required
- api.PresentationRequest.start
- html.elements.iframe.sandbox.allow-presentation
12 changes: 12 additions & 0 deletions features/presentation-api.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ compat_features:
- api.PresentationConnection
- api.PresentationConnection.binaryType
- api.PresentationConnection.id
- api.PresentationConnection.message_event
- api.PresentationConnection.send
- api.PresentationConnection.state
- api.PresentationConnectionAvailableEvent
Expand Down Expand Up @@ -63,6 +64,9 @@ compat_features:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
- api.PresentationConnection.close_event
- api.PresentationConnection.connect_event
- api.PresentationConnection.terminate_event
- api.PresentationConnectionCloseEvent
- api.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent
- api.PresentationConnectionCloseEvent.message
Expand All @@ -82,6 +86,14 @@ compat_features:
# edge: "79"
- api.Presentation.receiver
- api.PresentationConnectionList
- api.PresentationConnectionList.connectionavailable_event
- api.PresentationConnectionList.connections
- api.PresentationReceiver
- api.PresentationReceiver.connectionList

# baseline: false
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
- api.PresentationRequest.secure_context_required

0 comments on commit 2208147

Please sign in to comment.