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

[Feature] Support sourcemap and click->jump in inititator link #6

Closed GrinZero closed 3 months ago

GrinZero commented 3 months ago

Desc

Now we cannot click the inititator link and jump to the file, but this is such a practical ability.

To Resolve?

In a large number of request scenarios, it is difficult to locate the problem where the request is sent.

Resolutions(Optional)

Maybe Page Protocol ?