Skip to content
Performance·Beginner·Conceptual·1 min read

Can a worker call fetch?

Short interview answer

Yes. Workers provide many web APIs including fetch, timers, streams, and cryptographic APIs, though the exact global capabilities differ from Window.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Web Workers and the main thread

Related questions