1

Been looking around the docs if this is possible. Are they doable?

Looks like they are unavaiable as trying to delcare one throws

ReferenceError: "Worker" is not defined. (line 17, file "code")
giorgio79
  • 3,787
  • 9
  • 53
  • 85

1 Answers1

5

According to this issue it is not possible to use the normal way, but he found a workaround using inline workers.

Kriggs
  • 3,731
  • 1
  • 15
  • 23