Module

Web.Streams.QueuingStrategy

Package
purescript-web-streams
Repository
purescript-web/purescript-web-streams

#QueuingStrategy Source

#new Source

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

#byteLengthQueuingStrategy Source

#countQueuingStrategy Source

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