The navigate()
method of the WindowClient
interface loads a specified URL into a controlled client page then returns a
Promise
that resolves to the existing WindowClient
.
Syntax
windowClient.navigate(url).then(function(windowClient) {
// do something with your WindowClient after navigation
});
Parameters
url
- The location to navigate to.
Return value
A Promise
that resolves to the existing WindowClient
.
Specifications
Specification | Status | Comment |
---|---|---|
Service Workers The definition of 'navigate()' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser