7 lines
126 B
Haxe
7 lines
126 B
Haxe
package js.html;
|
|
|
|
typedef IMSStream = {
|
|
final type : String;
|
|
function msClose():Void;
|
|
function msDetachStream():Dynamic;
|
|
}; |