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
Connection exposes a promise resolved/rejected after INIT message.
This is done via `#initializationCompleted()` function. This commit
makes promise creation lazy because otherwise it results in
`UnhandledPromiseRejectionWarning` if noone calls
`#initializationCompleted()`.
0 commit comments