nika-begiashvili / libarchivejs

Archive library for browsers
MIT License
288 stars 35 forks source link

Fix NodeJS not loading worker on Windows #69

Open Hill-98 opened 6 months ago

Hill-98 commented 6 months ago

new URL(".", import.meta.url).pathname will return /C:/xxxx.js/ on Windows, let's use the correct method to get the __dirname on all platforms.