The biggest thing to note is that Workers are Javascript, but not Node. It's kind of like browser ja
The biggest thing to note is that Workers are Javascript, but not Node. It's kind of like browser javascript, I guess would be a decent way to explain it. They're running off the same Javascript Engine Chrome uses, the V8 Engine, using it's isolate functionality
0 Replies