8 lines
193 B
Haxe
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;
|
|
} |