mizchi / uniroll

Opinionated universal frontend bundler in browser
https://focused-raman-3ce115.netlify.com/
113 stars 5 forks source link

Working in web workers #5

Closed nksaraf closed 3 years ago

nksaraf commented 4 years ago

Hi, I was trying to integrate this in a developer sandbox tool I was building, and needed to make it work in a web worker, but I was unable to. I think there are reference to localStorage being used that make it not possible to use in web workers. Is there way to make it work with workers.

mizchi commented 3 years ago

Sorry for late. worker can not touch localStorage. Please use https://developer.mozilla.org/ja/docs/Web/API/IndexedDB_API