Currently we have the feature just use originalXMLHttpRequest to replace XHR (see the code), then we can inspect the requests in Network tab of devtools. It's very useful to me, but it has some limitations that cause others to be confused. (See documentation)
Would be better if we just implement our Network Inspect:
RNDebuggerWorker to top contextsanitizer for avoid some fields send like large datadevtools-helper as dev panel of devtools (Call it RN Network?), we can polling data by chrome.devtools.inspectedWindow.eval, or send data from top context to background scriptBut we can't implement some Network tab of Chrome DevTools features like Offline and Throttling, so if this got implemented, I'll keep the original feature, may just remove the context menu item and Touch Bar button.
Just a note, I am unable to use this feature with AWS as it will fail to authenticate the signed headers.
Most helpful comment
Just a note, I am unable to use this feature with AWS as it will fail to authenticate the signed headers.