python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cannot import a node module inside a module web worker on the browser
1- I am trying to import a node module into my worker. I could not find a way to get it done in a straightforward manner. Many people were suggesting using things like webpack or external libraries. W...
Noor
Votes: 0
Answers: 0
Using Web Workers with React and Webpack 5
I have been trying to use Web Workers with react for a few days and I ran into a few issues.
I started with a create-react-app using webpack 4. I could use a web worker using this tutorial: https://ja...

Th0rgal
Votes: 0
Answers: 2
Serializing and deserializing geometry in three.js using toJSON and BufferGeometryLoader. Transferring geometries as string
First of all - I'm a beginner in three.js and I just want to share my experience.
My task was to convert geometry into something and transfer it to another WebWorker(you cannot transfer all objects b...
GTFTT
Votes: 0
Answers: 1
webpack: transpile web workers in public folder
I'm next js for my project and it uses webpack 5 to compile typescript codes
I have several web worker scripts inside my public folder under path "/workers/**/*.worker.js"
I was wondering if...

Arshia Moghaddam
Votes: 0
Answers: 1