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

8 lines
213 B
Haxe

package js.html;
@:native("RTCIdentityAssertion") extern class RTCIdentityAssertion {
function new(idp:String, name:String);
var idp : String;
var name : String;
static var prototype : RTCIdentityAssertion;
}