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

[experimental] Suspend/restart transaction confirmation when network goes offline #2003

Open
steveluscher opened this issue Jan 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@steveluscher
Copy link
Collaborator

The job here is to augment every transaction confirmation algorithm in the new web3.js to detect offline events in browsers. This means to suspend transaction confirmation when the offline event fires on window and sensibly resume it when the online event fires.

More information on this browser API: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine

@steveluscher steveluscher added the enhancement New feature or request label Jan 5, 2024
@steveluscher steveluscher removed this from the Release Technology Preview 3 milestone Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant