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

AbstractHTML

import { AbstractHTML } from "https://raw.githubusercontent.com/worker-tools/html/master/index.ts";
abstract
abstract class AbstractHTML {
abstract [Symbol.asyncIterator](): AsyncIterableIterator<string>;
}

§Methods

§
[Symbol.asyncIterator](): AsyncIterableIterator<string> abstract
[src]