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
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.
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 onwindow
and sensibly resume it when theonline
event fires.More information on this browser API: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine
The text was updated successfully, but these errors were encountered: