Skip to main content
method Location.replace
private
Location.replace(url: string): void
Deprecated

Removes the current page from the session history and navigates to the given URL.

Disabled in Deno.

Parameters

url: string

Return Type

void
Back to top