-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(Offline): Make timeout for opening IndexedDB configurable #8366
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
Conversation
FYI @loicraux |
Thanks @avelad , I did not think of this straightforward solution 🤣 .... What happens if I set |
That's a case outside the scope of this PR, so we can do it in another PR, maybe tomorrow? Would you be willing to do it yourself since you proposed the idea? |
Incremental code coverage: 100.00% |
yes, I am OK to work on another PR to add this capability. |
This is the followup to the previous PR #8366 , to allow to disable the timeout, as per @avelad [suggestion](#8366 (comment)) to add this in another PR... --------- Co-authored-by: Loïc Raux <[email protected]> Co-authored-by: Álvaro Velad Galván <[email protected]> Co-authored-by: Wojciech Tyczyński <[email protected]>
Close #8355