how to find out what calls the JavaScript code makes [closed]

-3

I would like to know how you could look for the calls made by the JavaScript code in a web page

thank you very much!

    
asked by Imanol Garmendia 05.12.2017 в 13:42
source

1 answer

1

Open the Development Tools of your browser (usually you can do it by pressing F12), you will surely find a "Network" or "Network" tab where you can see all the requests made by the browser:

    
answered by 05.12.2017 в 13:48