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
createWasmProvider.postMessage routes rejected promises through closeListeners. If closeListeners is empty (the common default), errors are silently dropped. Add a console.error fallback like the worker bridge does.
createWasmProvider.postMessage routes rejected promises through closeListeners. If closeListeners is empty (the common default), errors are silently dropped. Add a console.error fallback like the worker bridge does.