Intercepting data URI fetch/xhr requests

时间:2018-08-22 13:45:09

标签: javascript google-chrome-devtools puppeteer

I'd like to capture data uri requests to read their contents, these requests appear as fetch/xhr type in the Chrome dev tools. However when using puppeteer or chrome-remote-interface on NodeJS, these requests don't appear which seems odd to me as I can see them with Google Chrome's dev tools. I was wondering if there is any option I need to be enable to let this happen or if this is a limitation with headless Chrome.

0 个答案:

没有答案