package js.html; typedef TransformStreamDefaultController = { final desiredSize : Null; function enqueue(chunk:O):Void; function error(?reason:Dynamic):Void; function terminate():Void; };