Skip to content
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

Persistent Storage - not supported in Chrome #25707

Closed
Bainainai opened this issue Jan 18, 2025 · 4 comments
Closed

Persistent Storage - not supported in Chrome #25707

Bainainai opened this issue Jan 18, 2025 · 4 comments
Labels
invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!

Comments

@Bainainai
Copy link

Bainainai commented Jan 18, 2025

What type of issue is this?

Other

What information was incorrect, unhelpful, or incomplete?

The persistent-storage permission should not be considered a working feature on Google Chrome.

A mechanism for obtaining the permission simply does not exist. It just returns false. It should not be considered a compliant feature.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Should not be marked as available.

Did you test this? If so, how?

I tried it on my own https domain, triggered from a user pressed button, and tried again by injecting code to do it through the F12 menu into a https://developers.google.com/ web page. Perusing the internet regarding this feature, it doesn't seem anyone has ever gotten it to work on Chrome.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

Copy link

This issue was automatically closed because the title was left as the default, and a summary was not added.

If this is not a spam issue, please replace the <SUMMARIZE THE PROBLEM> part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed.

@github-actions github-actions bot added the invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! label Jan 18, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2025
@Bainainai Bainainai changed the title <NAME THE FEATURE> - <SUMMARIZE THE PROBLEM> The persistent-storage permission should not be considered a working feature on Google Chrome. Jan 18, 2025
@Bainainai
Copy link
Author

Please reopen.

@queengooborg
Copy link
Contributor

Could you link to an MDN article or state the feature key for the particular feature you are referring to?

@Bainainai
Copy link
Author

"description": "`persistent-storage` permission",

https://caniuse.com/mdn-api_permissions_permission_persistent-storage

https://developer.mozilla.org/en-US/docs/Web/API/StorageManager/persist

Basically it is "supporting" a feature by just gracefully refusing any and all attempts to use the feature.

@queengooborg queengooborg changed the title The persistent-storage permission should not be considered a working feature on Google Chrome. Persistent Storage - not supported in Chrome Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!
Projects
None yet
Development

No branches or pull requests

2 participants