We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API
The text was updated successfully, but these errors were encountered:
The MDN link lists https://caniuse.com/#feat=mdn-api_document_requeststorageaccess at the bottom.
Coming to Edge and Chrome it seems: https://twitter.com/tomayac/status/1281149537768345600
Sorry, something went wrong.
Updated in Safari 14.1: https://webkit.org/blog/11648/new-webkit-features-in-safari-14-1/
Indeed, while the term "Storage Access API" is not used explicitly, Document.hasStorageAccess(), Document.requestStorageAccess(), and <iframe sandbox="allow-storage-access-by-user-activation"> are covered by MDN data: https://caniuse.com/mdn-api_document_hasstorageaccess https://caniuse.com/mdn-api_document_requeststorageaccess https://caniuse.com/mdn-html_elements_iframe_sandbox-allow-storage-access-by-user-activation
Document.hasStorageAccess()
Document.requestStorageAccess()
<iframe sandbox="allow-storage-access-by-user-activation">
(via mdn/browser-compat-data#2990)
No branches or pull requests
https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API
The text was updated successfully, but these errors were encountered: