Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
How to force Chrome's script debugger to reload JavaScript?
To force Google Chrome’s script debugger to reload JavaScript, follow the below steps −

Open Dev Tools
Click on the Sources tab
Find your script / image / file
Check the right panel to see if your file is up to date
If the file is not up to date, then −
Right-click the resource in the left panel and choose 'Open Link in New Tab'
Force a reload of the resource with CTRL+F5
Advertisements
