Computer Science, asked by Ashwin8371, 1 year ago

Which is a JavaScript running in the background, without affecting the performance of the page.
A.Web Worker
B.Canvas
C.SVG
D.None of the above

Answers

Answered by Anonymous
0
_______✨ HEY MATE ✨_______

➡️Option (A) Web Worker is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by Anonymous
21

Web Worker

           

Web worker is a JavaScript running in the background, without affecting the performance of the page.

It is designed as a Java which does't low down the speed of specific website. For checking website uses Web worker or not we can use Java inspector. By which we can see the web worker programming.

                 

When we link our website by cludflare, then Cloudfare automatically add a web worker to our website.

Web worker does't low down our speed. Because web worker work is browsed in DNS server.

Mostly of websites have Web worker. But website which don't have any kind of web worker, that website speed doesn't increases and decreases.

Similar questions