-
Which of the following detects support for basic Worker API?
-
- data workers
- blob workers
- web workers
- shared workers
- None of these
Correct Option: C
The support of basic web worker is detected by web workers. Web workers mean running a script in the background for web content. Shared workers detect support of shared workers, data workers detect support for creating Web Workers from Data URI’s. Blob workers detect support for creating web workers from Blob URI.