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