navigate method

JSPromise<WindowClient?> navigate(
  1. String url
)

@AvailableInWorkers("service")

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.

Implementation

external JSPromise<WindowClient?> navigate(String url);