8 lines
278 B
Haxe
8 lines
278 B
Haxe
package js.html;
|
|
|
|
@:native("AuthenticatorAttestationResponse") extern class AuthenticatorAttestationResponse {
|
|
function new();
|
|
final attestationObject : js.lib.ArrayBuffer;
|
|
final clientDataJSON : js.lib.ArrayBuffer;
|
|
static var prototype : AuthenticatorAttestationResponse;
|
|
} |