Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created January 19, 2018 10:00
Embed
What would you like to do?
worker.onmessage = (e) => {
alert(e.data);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment