Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created January 19, 2018 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/c757c9c96f58196518fa9d285cc14fa5 to your computer and use it in GitHub Desktop.
Save goofmint/c757c9c96f58196518fa9d285cc14fa5 to your computer and use it in GitHub Desktop.
onmessage = (e) => {
setTimeout(() => {
postMessage('Workerからの返信です。' + e.data);
}, 2000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment