Search code examples
javascriptweb-worker

Can a webworker capture touch input?


Can a web worker thread capture input events on canvas? That is touch/click events occurring within the canvas object on an HTML page. I would then message those events to the main thread.


Solution

  • Seems the answer is no per the conversation on this thread.