Module

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

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

Parameters

optional
options: WaitForOptions
  • Navigation parameters which might have the following properties:

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.