diff --git a/index.html b/index.html index 53d96da..bc599aa 100644 --- a/index.html +++ b/index.html @@ -1129,7 +1129,7 @@
The presentation
@@ -1149,7 +1149,7 @@
The
partial interface Presentation {
readonly attribute PresentationReceiver? receiver;
};
-
+
The
+ The friendlyName
+ attribute represents the user friendly name of the presentation
+ display.
+ 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.
+
Creating a receiving browsing context