Open cedpoilly opened 5 years ago
Is it possible to have a version that could run in a web worker?
The current version requires the window object and the querySelector.
window
querySelector
This currently isn't possible. Thanks for filing the issue though :)
Web Worker Version
Is it possible to have a version that could run in a web worker?
The current version requires the
window
object and thequerySelector
.