method Page.prototype.setContentRe-exportimport { Page } from "https://deno.land/x/fresh@1.2.0/tests/deps.ts"; setContent(html: string, options?: WaitForOptions): Promise<void>Parametershtml: string HTML markup to assign to the page. optionaloptions: WaitForOptions Parameters that has some properties. ReturnsPromise<void>