lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.42k stars 1.07k forks source link

Issue with reading headers and body of network events in one go with an extension #167

Open GardoTL opened 1 year ago

GardoTL commented 1 year ago

Hi,

I would like to read the network events on my page using this extension, but I am unable to read the headers and the body in a single event. I can do it with two separate events, but it's blocking me as a user because I would like to have a single event containing both links.

If anyone can help me out, thank you.