You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea, but how about allowing users to disable the localStorage part? You could have a checkbox on the page, and run the localStorage code conditionally (only if .checked).
Use case: The user wants to perform the task in incognito mode due to the sensitivity of the file.
The text was updated successfully, but these errors were encountered:
Just an idea, but how about allowing users to disable the
localStorage
part? You could have a checkbox on the page, and run thelocalStorage
code conditionally (only if.checked
).Use case: The user wants to perform the task in incognito mode due to the sensitivity of the file.
The text was updated successfully, but these errors were encountered: