File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1004,11 +1004,11 @@ <h3>
1004
1004
Interface < a > < code > PresentationRequest</ code > </ a >
1005
1005
</ h3 >
1006
1006
< pre class ="idl ">
1007
- [Constructor(DOMString url),
1008
- Constructor(sequence<DOMString > urls)]
1007
+ [Constructor(USVString url),
1008
+ Constructor(sequence<USVString > urls)]
1009
1009
interface PresentationRequest : EventTarget {
1010
1010
Promise<PresentationConnection> start();
1011
- Promise<PresentationConnection> reconnect(DOMString presentationId);
1011
+ Promise<PresentationConnection> reconnect(USVString presentationId);
1012
1012
Promise<PresentationAvailability> getAvailability();
1013
1013
1014
1014
attribute EventHandler onconnectionavailable;
@@ -1818,8 +1818,8 @@ <h3>
1818
1818
enum BinaryType { "blob", "arraybuffer" };
1819
1819
1820
1820
interface PresentationConnection : EventTarget {
1821
- readonly attribute DOMString id;
1822
- readonly attribute DOMString url;
1821
+ readonly attribute USVString id;
1822
+ readonly attribute USVString url;
1823
1823
readonly attribute PresentationConnectionState state;
1824
1824
void close();
1825
1825
void terminate();
You can’t perform that action at this time.
0 commit comments