Correct answer is (a) web workers
Easy explanation: 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.