workersJavaScriptWorkersMediumWhat is a key limitation of Web Workers?1They cannot directly access or manipulate the DOM2They cannot use fetch3They block the main thread4They cannot receive messagesBack to list