From 9d6c4e37571b40a77882ca30ba6348db613fbe59 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Wed, 23 Oct 2024 11:22:34 +0200 Subject: [PATCH] Add more keys to Presentation API --- features/presentation-api.yml | 6 ++++++ features/presentation-api.yml.dist | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/features/presentation-api.yml b/features/presentation-api.yml index ff88fcbe7ad..28cac3cd173 100644 --- a/features/presentation-api.yml +++ b/features/presentation-api.yml @@ -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 @@ -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 @@ -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 diff --git a/features/presentation-api.yml.dist b/features/presentation-api.yml.dist index f7b5d10bc24..f97f909ce63 100644 --- a/features/presentation-api.yml.dist +++ b/features/presentation-api.yml.dist @@ -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 @@ -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 @@ -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