openWindow

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

The openWindow() method of the Clients interface creates a new top level browsing context and loads a given URL.

MDN Reference


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