quickjs
quickjs copied to clipboard
_quickjs.JSException: ReferenceError: 'setTimeout' is not defined
but it can be found in node_moudules
The quickjs core doesn't define setTimeout. It is defined in the os C extension but we don't bundle that in.
At some point we might add it or implement such APIs via Python.
What is node_modules and what's its relevance for quickjs?