Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Fallback

import { Fallback } from "https://raw.githubusercontent.com/worker-tools/html/master/index.ts";
class Fallback extends AbstractHTML {
constructor(content: HTMLContent, fallback: HTML | ((e: any) => HTML));
async *[Symbol.asyncIterator]();
}

§Extends

§
AbstractHTML
[src]

§Constructors

§
new Fallback(content: HTMLContent, fallback: HTML | ((e: any) => HTML))
[src]

§Methods

§
[Symbol.asyncIterator]()
[src]