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

data saved to localStorage is not persisted after page refresh #23549

Open
Gatharikih opened this issue Jun 18, 2022 · 0 comments
Open

data saved to localStorage is not persisted after page refresh #23549

Gatharikih opened this issue Jun 18, 2022 · 0 comments

Comments

@Gatharikih
Copy link

Gatharikih commented Jun 18, 2022

Description

Steps to Reproduce

  1. set value to storage ---> localStorage.setItem('key', 'some_value');
  2. retrieve the saved value ---> localStorage.getItem('key');

Actual result:

You get a null value.

Expected result:

The value saved with the key

Reproduces how often:

Brave version (info found on brave://version)

Version 1.39.122 Chromium: 102.0.5005.115 (Official Build) (64-bit)

Version/Channel Information:

  • Can you reproduce this issue with the current release?
  • Can you reproduce this issue with the beta channel?
  • Can you reproduce this issue with the dev channel?
  • Can you reproduce this issue with the nightly channel?

Other Additional Information:

  • Does the issue resolve itself when disabling Brave Shields?
  • Does the issue resolve itself when disabling Brave Rewards?
  • Is the issue reproducible on the latest version of Chrome?

Miscellaneous Information:

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

No branches or pull requests

1 participant