Module

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

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

This method navigate to the previous page in history.

Parameters

optional
options: WaitForOptions
  • Navigation parameters

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 back, resolves to null.