The CountQueuingStrategy interface of the the Streams API provides built-in byte length queuing strategy that can be used when constructing
The CountQueuingStrategy interface of the the Streams API provides built-in byte length queuing strategy that can be used when constructing
(size this)
Method.
[Draft] [Experimental]
The size() method of the web.streams.CountQueuingStrategy
interface
returns 1, so that the total queue size is a count of the number
chunks in the queue.
var size = countQueuingStrategyInstance.size();
See also: https://developer.mozilla.org/en-US/docs/Web/API/CountQueuingStrategy/size
Method. [Draft] [Experimental] The size() method of the `web.streams.CountQueuingStrategy` interface returns 1, so that the total queue size is a count of the number chunks in the queue. `var size = countQueuingStrategyInstance.size();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CountQueuingStrategy/size`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close