Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
class CountQueuingStrategy
implements QueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

Constructors

new
CountQueuingStrategy(options: { highWaterMark: number; })

Properties

highWaterMark: number

Methods

size(chunk: any): 1