WindowClient.navigate()

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
Service Workers 1
# client-navigate

Browser compatibility

BCD tables only load in the browser