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
When using the web version, if the popup is blocked by the browser or closed by the user, the connect call will hang and never emit an event or reject its promise.
Similarly for the extension, if the user declines permission to connect or closes the extension popup, the connect call will never emit an event. It also resolves its promise immediately (#24).
Dapps can listen for a connect event but cannot reliably detect the connection failure and are left in an unknown state.
The text was updated successfully, but these errors were encountered:
When using the web version, if the popup is blocked by the browser or closed by the user, the
connect
call will hang and never emit an event or reject its promise.Similarly for the extension, if the user declines permission to connect or closes the extension popup, the
connect
call will never emit an event. It also resolves its promise immediately (#24).Dapps can listen for a
connect
event but cannot reliably detect the connection failure and are left in an unknown state.The text was updated successfully, but these errors were encountered: