Which describes how a Service Worker operates?
Which describes how a Service Worker operates?
- It runs a programmable network proxy
- It doesn’t handle network requests coming from the navigation on the website
- It can be used only when the user is browsing the website
- None of these answer options describe a Service Worker

Which describes how a Service Worker operates?
Correct answer is:
- It runs a programmable network proxy
Explanation: Service worker is a programmable network proxy, allowing you to control how network requests from your page are handled.
Read more here: https://support.google.com/partners/answer/7336697
Leave a Comment