From 15b48a404f4f7064015b99c02e43054671ff30bc Mon Sep 17 00:00:00 2001 From: Takumi Fujimoto Date: Wed, 4 Sep 2019 12:39:11 -0700 Subject: [PATCH] Add PresentationReceiver#friendlyName --- index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 53d96da..bc599aa 100644 --- a/index.html +++ b/index.html @@ -1129,7 +1129,7 @@

[SecureContext, Exposed=Window] interface Presentation { }; - +

The presentation @@ -1149,7 +1149,7 @@

partial interface Presentation { attribute PresentationRequest? defaultRequest; }; - +

The partial interface Presentation { readonly attribute PresentationReceiver? receiver; }; - +

The receiver @@ -2939,6 +2939,7 @@

[SecureContext, Exposed=Window] interface PresentationReceiver { readonly attribute Promise<PresentationConnectionList> connectionList; + readonly attribute USVString friendlyName; }; @@ -2972,6 +2973,11 @@

promise with the presentation controllers monitor. +

+ The friendlyName + attribute represents the user friendly name of the presentation + display. +

Creating a receiving browsing context