Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Fix StorageEstimate subfeature URLs and alphabetize the support object (
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea authored and ddbeck committed Jul 30, 2018
1 parent 6255a2a commit f57ea39
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions api/StorageEstimate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageEstimate",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": "52"
},
Expand Down Expand Up @@ -39,6 +36,9 @@
},
"safari_ios": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
Expand All @@ -49,11 +49,8 @@
},
"quota": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/quota",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageEstimate/quota",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": "52"
},
Expand Down Expand Up @@ -86,6 +83,9 @@
},
"safari_ios": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
Expand All @@ -97,11 +97,8 @@
},
"usage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/usage",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageEstimate/usage",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": "52"
},
Expand Down Expand Up @@ -134,6 +131,9 @@
},
"safari_ios": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
Expand Down

0 comments on commit f57ea39

Please sign in to comment.