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 communications with the worker are too imperative and potentially buggy, needs an rpc abstraction so we get rid of low level postMessage and work only using callback-based async functions.
The text was updated successfully, but these errors were encountered:
the communications with the worker are too imperative and potentially buggy, needs an
rpc
abstraction so we get rid of low levelpostMessage
and work only using callback-based async functions.The text was updated successfully, but these errors were encountered: