Skip to content

Commit

Permalink
Add status info to some APIs that were missing it (#2344)
Browse files Browse the repository at this point in the history
* Update Comment, DOMTokenList, FetchEvent, Headers, and ImageData APIs with status info.

* Add status info for SharedWorker, SpeechRecognition, and TextMetrics. Also fix the SpeechRecognition constructor's MDN URL.
  • Loading branch information
connorshea authored and Elchi3 committed Jun 21, 2018
1 parent 0518b80 commit 1719fe8
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 3 deletions.
5 changes: 5 additions & 0 deletions api/Comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"safari_ios": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"Comment": {
Expand Down
5 changes: 5 additions & 0 deletions api/DOMTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,11 @@
"samsunginternet_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions api/FetchEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,11 @@
"samsunginternet_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions api/Headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
"samsunginternet_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down
9 changes: 7 additions & 2 deletions api/ImageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"deprecated": false
}
},
"workers_support": {
"worker_support": {
"__compat": {
"description": "Support in workers",
"description": "Available in workers",
"support": {
"webview_android": {
"version_added": true
Expand Down Expand Up @@ -93,6 +93,11 @@
"samsunginternet_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions api/SharedWorker.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@
"samsunginternet_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion api/SpeechRecognition.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"SpeechRecognition": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SpeechRecognition",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SpeechRecognition/SpeechRecognition",
"description": "<code>SpeechRecognition</code> constructor",
"support": {
"chrome": {
Expand Down Expand Up @@ -96,6 +96,11 @@
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions api/TextMetrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
"samsunginternet_android": {
"version_added": null
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down

0 comments on commit 1719fe8

Please sign in to comment.