JavaScript Web Workers Explained

DevSage
DevSage
90.7 هزار بار بازدید - 2 سال پیش - A Web Worker is a
A Web Worker is a script that runs in a background threads, separate from the main thread. Web workers enable the browser to execute multiple threads of JavaScript in parallel with each other. The worker thread can perform tasks without interfering with the user interface. Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa).


📚Materials/References:

MDN Web Docs: https://developer.mozilla.org/en-US/d...

🌎 Find Me Here:

Twitter: Twitter: realDevSage
Ebooks: https://payhip.com/devsage
Discord: Discord: discord
Merch: https://cottonbureau.com/people/devsage
2 سال پیش در تاریخ 1400/11/03 منتشر شده است.
90,727 بـار بازدید شده
... بیشتر