Want to see where in which js file the web request is sent?

Sometimes when debugging a bug, if you want to see where the request is sent, you can right-click to open Inspection > Network > and then refresh the page to find the request, and then place the mouse on the initiator:

Then it will be displayed: Here will be displayed which files are involved in this request

Then click on this file to go directly to the location where the request is sent:

 

Guess you like

Origin blog.csdn.net/weixin_44786530/article/details/130582157