Skip to content

Commit 7823e92

Browse files
Add publicKeyCredential method descriptions (#25610)
1 parent 3756cc2 commit 7823e92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: api/PublicKeyCredential.json

+6
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
},
9797
"getClientCapabilities_static": {
9898
"__compat": {
99+
"description": "`getClientCapabilities()` static method",
99100
"spec_url": "https://w3c.github.io/webauthn/#sctn-getClientCapabilities",
100101
"tags": [
101102
"web-features:webauthn"
@@ -133,6 +134,7 @@
133134
},
134135
"getClientExtensionResults": {
135136
"__compat": {
137+
"description": "`getClientExtensionResults()` method",
136138
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/getClientExtensionResults",
137139
"spec_url": "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-getclientextensionresults",
138140
"tags": [
@@ -477,6 +479,7 @@
477479
},
478480
"signalAllAcceptedCredentials_static": {
479481
"__compat": {
482+
"description": "`signalAllAcceptedCredentials()` static method",
480483
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalallacceptedcredentials",
481484
"support": {
482485
"chrome": {
@@ -515,6 +518,7 @@
515518
},
516519
"signalCurrentUserDetails_static": {
517520
"__compat": {
521+
"description": "`signalCurrentUserDetails()` static method",
518522
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalcurrentuserdetails",
519523
"support": {
520524
"chrome": {
@@ -553,6 +557,7 @@
553557
},
554558
"signalUnknownCredential_static": {
555559
"__compat": {
560+
"description": "`signalUnknownCredential()` static method",
556561
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalunknowncredential",
557562
"support": {
558563
"chrome": {
@@ -591,6 +596,7 @@
591596
},
592597
"toJSON": {
593598
"__compat": {
599+
"description": "`toJSON()` method",
594600
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/toJSON",
595601
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-tojson",
596602
"tags": [

0 commit comments

Comments
 (0)