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
Currently it's not possible to send/receive messages to/from web workers because library overtakes on_message callbacks.
It would be nice to somehow allow sending custom messages over API. It might also be possible to release on_message callbacks aftrer initialization and use channels for communication inside the library.
This feature would probably need a major rewrite as discussed in #8
The text was updated successfully, but these errors were encountered:
Currently it's not possible to send/receive messages to/from web workers because library overtakes
on_message
callbacks.It would be nice to somehow allow sending custom messages over API. It might also be possible to release
on_message
callbacks aftrer initialization and use channels for communication inside the library.This feature would probably need a major rewrite as discussed in #8
The text was updated successfully, but these errors were encountered: