Simple feedback server
This commit is contained in:
8
feedback-server/externs/js/html/RTCIdentityAssertion.hx
Normal file
8
feedback-server/externs/js/html/RTCIdentityAssertion.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package js.html;
|
||||
|
||||
@:native("RTCIdentityAssertion") extern class RTCIdentityAssertion {
|
||||
function new(idp:String, name:String);
|
||||
var idp : String;
|
||||
var name : String;
|
||||
static var prototype : RTCIdentityAssertion;
|
||||
}
|
||||
Reference in New Issue
Block a user