How to find out the source of a request (in chrome dev tools)? -


i have weird network request in page, refers javascript files, removed every html file earlier. cache cleared , there no single reference found in source html , javascript files. fixing , out of general curiosity know if there simple way find out request triggered, preferably using chrome-devtools.

update: jaredwilli found initator column under network-tab. shows other. know, (html or javascript) file requests have been triggered.

on network panel, can determine initiator of request viewing initiator column. gives file, line number , type of resource was, either script or else.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

python 3.x - Mapping specific letters onto a list of words -