-
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
Chrome 71+ supports Permission API "persistent-storage" property #4876
Chrome 71+ supports Permission API "persistent-storage" property #4876
Conversation
Chrome Platform Status: https://chromestatus.com/feature/4770049554382848 Chromium bug: https://crbug.com/878525
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.
Hey there, thanks for your PR! A couple of things:
- I actually see no mention of WebView support on the ChromeStatus page you linked, which tells me that WebView doesn't have support at all. Can we set it to
false
? - We can also fill in the Opera information. Opera should be "58" and Opera Android should be "50". Can we update them accordingly?
- Samsung Internet's latest release is based upon Chrome 67. Can we set it to
false
?
Thanks for your review!
Will do.
Will do.
That's weird because:
Testindex.js - simple static server
index.html - the test case
Results: both in Chrome for Android and Android WebView the status is |
Add data for Opera (desktop and Android) and Samsung Internet (Android).
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.
Well, if you’ve tested it in WebView and it functions as expected, then ChromeStatus is inaccurate. Alrighty, this looks good to me, thank you for the PR!
@vinyldarkscratch Can I do anything to advance this PR or are we just waiting for @jpmedley's review? |
Whoops, looks like my squash and merge didn't go through on my phone! |
Summary
Chrome 71 added Permission API "persistent-storage" property on all platforms (desktop, Android, WebView).
Data
Chrome Platform Status:
https://chromestatus.com/feature/4770049554382848
Chromium bug:
https://crbug.com/878525
A checklist to help your pull request get merged faster: