Detecting private browsing #2863
Closed
hamishjohnson
started this conversation in
General
Replies: 1 comment
-
Just found the informatione under Supported storage implementations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I noticed this line in the docs
So drift will fall back to an IndexedDb-based or an in-memory database in private tabs.
Is this essentially just a fallback if IndexedDb doesn't exist, or is there actually a check for private tabs? I'd like to turn off in memory db fallback and provide the users with a notification that it doesn't work in that case. (It would be bandwidth intensive for me if the db is reset every time it's refreshed), so i was just curious about your implementation - if you could point me to the right lines
Beta Was this translation helpful? Give feedback.
All reactions