GrinZero / node-network-devtools

Inspecting Node.js's Network with Chrome DevTools✨
https://grinzero.github.io/node-network-devtools/
MIT License
50 stars 3 forks source link

[Bug] Not distinguishing between encodedDataLength and dataLength when use fetch api #10

Open GrinZero opened 3 months ago

GrinZero commented 3 months ago

Desc

Not distinguishing between encoded DataLength and dataLength.

image

Can be optimized, this is not equivalent

Trigger

any

Want

...

GrinZero commented 3 months ago

TODO: fetch can not get the encodedDataLength