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
But runWorker function run only once. What am I doing wrong? To fix this problem, now I am creating worker ("Webworker.create(function() {return 5})") every time when I click on the button.
The text was updated successfully, but these errors were encountered:
Nikcharn
changed the title
Function in Webworker called only one time
Function in Webworker called only once
Sep 20, 2017
Hi, can you help me?
I created simple worker in controller:
and in template I launch runWorker function:
But runWorker function run only once. What am I doing wrong? To fix this problem, now I am creating worker ("Webworker.create(function() {return 5})") every time when I click on the button.
The text was updated successfully, but these errors were encountered: