Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/xml/utils/streamable.ts>Streamable

๐Ÿ“‘ A XML parser/stringifier for Deno written in typescript and with no dependencies
Very Popular
Go to Latest
class Streamable
implements Flux
import { Streamable } from "https://deno.land/x/xml@4.0.0/utils/streamable.ts";

Streamable string

Constructors

new
Streamable(string: string)

Constructor

Methods

readSync(buffer: Uint8Array)

Read bytes

seekSync(offset: number, whence: SeekMode[keyof SeekMode])

Set cursor position