Module

x/fresh/tests/deps.ts>Page#goForward

The next-gen web framework.
Extremely Popular
Go to Latest
method Page.prototype.goForward
import { Page } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";

This method navigate to the next page in history.

Parameters

optional
options: WaitForOptions
  • Navigation Parameter

Returns

Promise<HTTPResponse | null>

Promise which resolves to the main resource response. In case of multiple redirects, the navigation will resolve with the response of the last redirect. If can not go forward, resolves to null.