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.