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
Post a Comment