-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: default to
navigatorLock
on browsers (#807)
After having spent months of real-world testing on supabase.com, the `navigatorLock` is enabled on browsers that support the [Navigator LocksManager API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Locks_API). This makes sure that concurrent access to the storage in multiple tabs, windows or promises is no longer possible, thus removing issues such as: - Refreshing the session in parallel - Saving inconsistent state to storage
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters