Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gfm/test/test_deps.ts>Page#setContent

Server-side GitHub Flavored Markdown rendering for Deno
Latest
method Page.prototype.setContent
Re-export
import { Page } from "https://deno.land/x/gfm@0.6.0/test/test_deps.ts";

Parameters

html: string
  • HTML markup to assign to the page.
optional
options: WaitForOptions
  • Parameters that has some properties.

Returns

Promise<void>