We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaeac03 commit fb87f29Copy full SHA for fb87f29
docs/index.bs
@@ -981,7 +981,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
981
readonly attribute boolean focused;
982
[SameObject] readonly attribute FrozenArray<USVString> ancestorOrigins;
983
[NewObject] Promise<WindowClient> focus();
984
- [NewObject] Promise<WindowClient> navigate(USVString url);
+ [NewObject] Promise<WindowClient?> navigate(USVString url);
985
};
986
</pre>
987
0 commit comments