Skip to content

DetachedWindowAPI.setURL()

David Ortner edited this page Apr 6, 2024 · 2 revisions

Sets URL without navigating the browser.

Signature

setURL(url: string): void;

Parameters

Parameter Type Description
url string URL to set.

Returns

void

Clone this wiki locally