navigate

inline suspend fun WindowClient.navigate(url: String): WindowClient?(source)

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.

MDN Reference


inline suspend fun WindowClient.navigate(url: URL): WindowClient?(source)