publicKeyCredential top-level property

  1. @JS('PublicKeyCredential')
JSObject? get publicKeyCredential

The global PublicKeyCredential interface. Used to feature-detect the WebAuthn Signal API static methods before calling them.

Implementation

@JS('PublicKeyCredential')
external JSObject? get publicKeyCredential;