Skip to main content
Module

x/aleph/server/app.ts>Application#getPageHtml

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Application.prototype.getPageHtml
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.7/server/app.ts";

Parameters

loc: { pathname: string; search?: string; }

Returns

Promise<[number, string, Record<string, string> | null]>