How can i get the list of network requests using Javascript done by the HTML, as seen in the chrome devtools.
For example:

This is the devtools for google.com. I want to, using javascript get all these request in a list. is this possible? if yes how?