Files
kiss-flixel/feedback-server/externs/js/html/MSStream.hx

9 lines
199 B
Haxe

package js.html;
@:native("MSStream") extern class MSStream {
function new();
final type : String;
function msClose():Void;
function msDetachStream():Dynamic;
static var prototype : MSStream;
}