Sebastian Neubert
Sebastian Neubert
@Garbee Same here. We want to build request maps to vizualise which request was called from where. So we can check, where are performance/memory leaks at 3rd party includes. This...
Any news about the refactoring of #1817 and the initiator information in an intercepted request?
Not really as `initiator`. But in the last updates of puppeteer, most requests have the `referer` information in the header, which is fine for me. page.on('request', interceptedRequest => { const...