package js.html; /** This Streams API interface providesĀ a built-in byte length queuing strategy that can be used when constructing streams. **/ typedef ICountQueuingStrategy = { var highWaterMark : Float; function size(chunk:Dynamic):Int; };