Firefox developer tools truncates long network response, Chrome does not show
Firefox dev tools network inspector still truncates responses to 1MB by default.
You can change or disable the limit by navigating to about:config
and changing devtools.netmonitor.responseBodyLimit
. To disable the limit, set it to 0.
标签:Firefox,network,show,Chrome,truncates,tools From: https://www.cnblogs.com/chucklu/p/17851732.html