9 lines
199 B
Haxe
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;
|
|
} |