-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compat data for StorageQuota #2106
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
{ | ||
"api": { | ||
"StorageQuota": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageQuota", | ||
"support": { | ||
"webview_android": { | ||
"version_added": "55" | ||
}, | ||
"chrome": { | ||
"version_added": "55" | ||
}, | ||
"chrome_android": { | ||
"version_added": "55" | ||
}, | ||
"edge": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see any evidence that Edge ever implemented this API |
||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": { | ||
"version_added": null | ||
}, | ||
"firefox_android": { | ||
"version_added": null | ||
}, | ||
"ie": { | ||
"version_added": null | ||
}, | ||
"opera": { | ||
"version_added": "42" | ||
}, | ||
"opera_android": { | ||
"version_added": "42" | ||
}, | ||
"safari": { | ||
"version_added": null | ||
}, | ||
"safari_ios": { | ||
"version_added": null | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": null | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Per the W3C spec, it looks like this is deprecated now? https://w3c.github.io/quota-api/#widl-Navigator-storageQuota |
||
} | ||
}, | ||
"supportedTypes": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageQuota/supportedTypes", | ||
"support": { | ||
"webview_android": { | ||
"version_added": "55" | ||
}, | ||
"chrome": { | ||
"version_added": "55" | ||
}, | ||
"chrome_android": { | ||
"version_added": "55" | ||
}, | ||
"edge": { | ||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": { | ||
"version_added": null | ||
}, | ||
"firefox_android": { | ||
"version_added": null | ||
}, | ||
"ie": { | ||
"version_added": null | ||
}, | ||
"opera": { | ||
"version_added": "42" | ||
}, | ||
"opera_android": { | ||
"version_added": "42" | ||
}, | ||
"safari": { | ||
"version_added": null | ||
}, | ||
"safari_ios": { | ||
"version_added": null | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": null | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
}, | ||
"queryInfo": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageQuota/queryInfo", | ||
"support": { | ||
"webview_android": { | ||
"version_added": "55" | ||
}, | ||
"chrome": { | ||
"version_added": "55" | ||
}, | ||
"chrome_android": { | ||
"version_added": "55" | ||
}, | ||
"edge": { | ||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": { | ||
"version_added": null | ||
}, | ||
"firefox_android": { | ||
"version_added": null | ||
}, | ||
"ie": { | ||
"version_added": null | ||
}, | ||
"opera": { | ||
"version_added": "42" | ||
}, | ||
"opera_android": { | ||
"version_added": "42" | ||
}, | ||
"safari": { | ||
"version_added": null | ||
}, | ||
"safari_ios": { | ||
"version_added": null | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": null | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
}, | ||
"requestPersistentQuota": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/StorageQuota/requestPersistentQuota", | ||
"support": { | ||
"webview_android": { | ||
"version_added": "55" | ||
}, | ||
"chrome": { | ||
"version_added": "55" | ||
}, | ||
"chrome_android": { | ||
"version_added": "55" | ||
}, | ||
"edge": { | ||
"version_added": true | ||
}, | ||
"edge_mobile": { | ||
"version_added": true | ||
}, | ||
"firefox": { | ||
"version_added": null | ||
}, | ||
"firefox_android": { | ||
"version_added": null | ||
}, | ||
"ie": { | ||
"version_added": null | ||
}, | ||
"opera": { | ||
"version_added": "42" | ||
}, | ||
"opera_android": { | ||
"version_added": "42" | ||
}, | ||
"safari": { | ||
"version_added": null | ||
}, | ||
"safari_ios": { | ||
"version_added": null | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": null | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The status page seems to suggest that the API was implemented in Chrome 14, do you have a reason to believe otherwise? https://www.chromestatus.com/feature/6218562888794112