Removes the current page from the session history and navigates to the * given URL. * * Disabled in Deno.
(url: string)
| 15555 | * |
| 15556 | * Disabled in Deno. */ |
| 15557 | replace(url: string): void; |
| 15558 | } |
| 15559 | |
| 15560 | // TODO(nayeemrmn): Move this to `extensions/web` where its implementation is. |
no outgoing calls