Skip to content

Commit a71263e

Browse files
Elchi3caugner
andauthored
Add missing descriptions for static methods (#27780)
* Add a description for IdentityProvider.resolve() * Add description to other static methods --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 1dde04a commit a71263e

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

api/IdentityProvider.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
},
106106
"resolve_static": {
107107
"__compat": {
108+
"description": "`resolve()` static method",
108109
"spec_url": "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-resolve",
109110
"support": {
110111
"chrome": {

api/PressureObserver.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
},
114114
"knownSources_static": {
115115
"__compat": {
116+
"description": "`knownSources()` static method",
116117
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PressureObserver/knownSources_static",
117118
"spec_url": "https://w3c.github.io/compute-pressure/#dom-pressureobserver-knownsources",
118119
"tags": [

api/Response.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@
702702
},
703703
"json_static": {
704704
"__compat": {
705+
"description": "`json()` static method",
705706
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Response/json_static",
706707
"spec_url": "https://fetch.spec.whatwg.org/#ref-for-dom-response-json①",
707708
"tags": [

api/SpeechRecognition.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
},
208208
"available_static": {
209209
"__compat": {
210+
"description": "`available()` static method",
210211
"spec_url": "https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available",
211212
"support": {
212213
"chrome": {
@@ -390,6 +391,7 @@
390391
},
391392
"install_static": {
392393
"__compat": {
394+
"description": "`install()` static method",
393395
"spec_url": "https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install",
394396
"support": {
395397
"chrome": {

0 commit comments

Comments
 (0)