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

7 lines
126 B
Haxe

package js.html;
typedef IMSStream = {
final type : String;
function msClose():Void;
function msDetachStream():Dynamic;
};