Module

Web.Streams.QueuingStrategy

#QueuingStrategy

#new

new :: forall chunk. { highWaterMark :: Int, size :: chunk -> Int } -> Effect (QueuingStrategy chunk)

#byteLengthQueuingStrategy

#countQueuingStrategy

countQueuingStrategy :: forall a. { highWaterMark :: Int } -> Effect (QueuingStrategy a)

Modules