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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
