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

Flag storage that is not available under private mode #2505

Open
jimmywarting opened this issue May 9, 2016 · 7 comments
Open

Flag storage that is not available under private mode #2505

jimmywarting opened this issue May 9, 2016 · 7 comments

Comments

@jimmywarting
Copy link
Contributor

jimmywarting commented May 9, 2016

When the user is running in private mode then it can be tricky to choose the right storage tool to use.

For example

  • In IE10+ & edge you don't have the global indexedDB context
  • In Firefox you can't use indexedDB bugzilla #781982
  • In Blink you can't use either persistent or temporary filesystem
  • In Safari you can't use any client side storage except for cookie

I think it would be useful to mention this under Notes. in most cases you can use localStorage except from safari


comments like +1 me too will be deleted
▼Vote with reaction▼

@Schweinepriester
Copy link
Contributor

+1

2 similar comments
@Ugoku
Copy link
Contributor

Ugoku commented May 12, 2016

+1

@Juburin
Copy link

Juburin commented May 19, 2016

+1

@indolering
Copy link

Importing from #2944:

IndexedDB is available in private/incognito mode in both Chrome and (soon) Firefox. I would like to indicate the lack of support in older versions as well as Edge and Safari.

I personally would prefer to switch everything to partial support along with a note tag. Is this the preferred way to go or should I just add a note tag? I'm also worried about adding a note tag to virtually every browser/version combo....

@indolering
Copy link

@jimmywarting I think this needs to be broken into tickets for each storage type.

@indolering
Copy link

Move IndexedDB to #3004?

@indolering
Copy link

For localStorage, I think you are basically proposing moving many of the "known issues" to a flag....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants