Function script::dom::countqueuingstrategy::extract_size_algorithm
source ยท pub fn extract_size_algorithm(
strategy: &QueuingStrategy,
) -> Rc<QueuingStrategySize>
Expand description
Extract the size algorithm from a QueuingStrategy. If the size algorithm is not set, return a fallback function which always returns 1.
https://streams.spec.whatwg.org/#make-size-algorithm-from-size-function