Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postMessage is broken in browsers #4

Open
Tracked by #27
niftylettuce opened this issue Aug 18, 2020 · 1 comment
Open
Tracked by #27

postMessage is broken in browsers #4

niftylettuce opened this issue Aug 18, 2020 · 1 comment

Comments

@niftylettuce
Copy link

You cannot use postMessage web worker API method, as it results in TypeError, and is also expecting an Array with a length of 3.
Screen Shot 2020-08-18 at 1 21 17 AM

A basic test shows this does not work.

@niftylettuce
Copy link
Author

This occurs with a basic job:

console.log('hello');
postMessage(['done']);

Screen Shot 2020-08-18 at 1 30 31 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant