package js.html; typedef QueuingStrategy = { @:optional var highWaterMark : Float; @:optional dynamic function size(chunk:T):Float; };