audreyt / node-webworker-threads

Lightweight Web Worker API implementation with native threads
https://npmjs.org/package/webworker-threads
Other
2.3k stars 149 forks source link

#192 importScripts: resolve relative path against WebWorker location #194

Closed russaa closed 5 years ago

russaa commented 5 years ago

improve importScripts(): resolve relative path against WebWorker location instead of Current Working Directory

see issue #192

@audreyt I usually do not develop with C, so please have a look at the implementation to check if it is OK

Implementation Details