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

8 lines
193 B
Haxe

package js.html;
@:native("ScopedCredential") extern class ScopedCredential {
function new();
final id : js.lib.ArrayBuffer;
final type : String;
static var prototype : ScopedCredential;
}