Module

std/json/mod.ts>ParseStreamOptions

The Deno Standard Library
Latest
interface ParseStreamOptions
import { type ParseStreamOptions } from "https://dotland.deno.dev/std@0.224.0/json/mod.ts";

Properties

readonly
optional
writableStrategy: QueuingStrategy<string>

Controls the buffer of the TransformStream used internally.

readonly
optional
readableStrategy: QueuingStrategy<JsonValue>

Controls the buffer of the TransformStream used internally.

import ParseStreamOptions
import { ParseStreamOptions } from "https://dotland.deno.dev/std@0.224.0/json/mod.ts";