-
Notifications
You must be signed in to change notification settings - Fork 269
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
What is the scope of the data? #98
Comments
It's a straightforward Key-value store IIRC. There is no page context. |
Does that mean that the keys are accessible even across domains? E.g. that example1.com can set the key |
No |
Then does it mean that key |
Yes, you can read key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgive me if I have overlooked this somewhere, but what is the scope of the stored data? Can I set data in one page (example.com/foo) and retrieve it in another page on the same domain (example.com/bar)?
To be clear, I definitely don't want this - I need to know if this is something I deliberately need to avoid by namespacing my keys in some way. I want to store separate values for the key
baz
on the two pages example.com/foo and example.com/bar.The text was updated successfully, but these errors were encountered: