Support Network requests in Workers
See original GitHub issueWebWorkers can fetch
data; we should surface traffic from web workers in puppeteer.
This is blocked on #2548 since nested targets are broken with request interception. See https://github.com/GoogleChrome/puppeteer/pull/2717#issuecomment-398899616 for details.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:15
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Use Service Workers to manage network requests and push ...
Service Workers are a special type of Web Worker with the ability to intercept, modify, and respond to all network requests using the...
Read more >Using Service Workers - Web APIs | MDN
A service worker functions like a proxy server, allowing you to modify requests and responses replacing them with items from its own cache....
Read more >Chapter 4. Intercepting network requests - Progressive Web ...
A Service Worker's ability to intercept any outgoing HTTP requests is what makes it so powerful. Every HTTP request that falls within this...
Read more >Service workers - web.dev
That means the first time a user comes to your PWA, network requests will go directly to your server because the service worker...
Read more >Making Service Workers easier to debug for Progressive Web ...
Step into and out of fetch event handlers with page script information. Inspecting network requests with the Edge DevTools. Try Service Worker ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s now October 2019, I take it this is still not enabled? Is there an ETA?
Not sure if it would still be useful 3 months later, but in case anybody else finds it useful…
This is based on https://jarrodoverson.com/post/using-chrome-devtools-protocol-with-puppeteer-737a1300bac0/ but updated to use
Fetch
asNetwork
has been deprecated. It is working with"puppeteer": "^1.18.1"