Skip to content

Commit

Permalink
FF135 Relnote: PublicKeyCredential.getClientCapabilities() supported (#…
Browse files Browse the repository at this point in the history
…37819)

* FF135 Relnote: PublicKeyCredential.getClientCapabilities() supported

* Make the alternative clear
  • Loading branch information
hamishwillee authored Jan 27, 2025
1 parent bd6d988 commit 64721e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/en-us/mozilla/firefox/releases/135/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ This article provides information about the changes in Firefox 135 that affect d

### APIs

- The {{domxref("PublicKeyCredential.getClientCapabilities_static", "PublicKeyCredential.getClientCapabilities()")}} static method is supported, allowing a web app to check if a browser enables particular [WebAuthn](/en-US/docs/Web/API/Web_Authentication_API) capabilities and [extensions](/en-US/docs/Web/API/Web_Authentication_API/WebAuthn_extensions) without having to resort to user agent sniffing.
([Firefox bug 1884466](https://bugzil.la/1884466)).

#### DOM

#### Media, WebRTC, and Web Audio
Expand Down

0 comments on commit 64721e1

Please sign in to comment.