radha krishna
radha krishna

Reputation: 21

Which browser loading issue

I am using whichbrowser javascript. I am creating the object to access this script. When I am creating the object, this script is not loading in my browser, so that it stops the javascirpt file execution. How can I know whether the script is loaded or not?

Upvotes: 0

Views: 81

Answers (1)

Rahul Ravindran
Rahul Ravindran

Reputation: 318

You can use chrome dev tools network panel for this.In network tab look for the js if it has downloaded with a 200 status response or not.

Upvotes: -1

Related Questions