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

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;
}