What is a Web Worker

With the Web Workers API, you can create multiple branch threads in addition to the current main thread to help you handle different transactions without interfering with each other. If your main thread is mainly responsible for UI interaction, this method can make your interface quite smooth.