-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Is it possible to run Fengari from a Web Worker? Naively trying importScripts("fengari-web.js"); gives the following error:
fengari-web.js:1 Uncaught ReferenceError: window is not defined
at fengari-web.js:1
at worker.js:1
Since the library is minified, it's hard to know what's going on, although the source for fengari-web.js seems to have a section that detects if there is a document, which suggests it might work without one?
Metadata
Metadata
Assignees
Labels
No labels