Module

x/html_rewriter/base64.ts>TextChunk

WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.
Go to Latest
class TextChunk
import { TextChunk } from "https://dotland.deno.dev/x/html_rewriter@v0.1.0-pre.17/base64.ts";

Properties

readonly
lastInTextNode: boolean
readonly
removed: boolean
readonly
text: string

Methods

after(content: string, options?: ContentTypeOptions): this
before(content: string, options?: ContentTypeOptions): this
remove(): this
replace(content: string, options?: ContentTypeOptions): this
import TextChunk
import { TextChunk } from "https://dotland.deno.dev/x/html_rewriter@v0.1.0-pre.17/base64.ts";