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

Navigates to the given URL.

Cannot be set in Deno.

Parameters

url: string

Return Type

void
Back to top