interface StringifyStreamOptions
Options for JsonStringifyStream.
Properties
readonly
optional
writableStrategy: QueuingStrategy<unknown>Controls the buffer of the TransformStream used internally.
readonly
optional
readableStrategy: QueuingStrategy<string>Controls the buffer of the TransformStream used internally.