package node.stream.web; @:jsRequire("stream/web", "TransformStreamDefaultController") extern class TransformStreamDefaultController { function new(); final desiredSize : Null; function enqueue(?chunk:O):Void; function error(?reason:Dynamic):Void; function terminate():Void; static var prototype : TransformStreamDefaultController; }