- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
- Related Articles
- How do you launch the JavaScript debugger in Google Chrome?
- Set Chrome's language using Selenium ChromeDriver
- Disabling Android's chrome pull-down-to-refresh feature with HTML.
- How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug?
- How to use the debugger keyword in JavaScript?
- How to manipulate JavaScript's Date object?
- How to disable browser's back button with JavaScript?
- How to get Euler's constant value in JavaScript?
- How to change an element's class with JavaScript?
- How to set an element's display type with JavaScript?
- How to iterate a JavaScript object's properties using jQuery?
- How to get a subset of JavaScript object's properties?
- How to subtract date from today's date in JavaScript?
- How to reload activity in Android?
- How to delete all children's elements using Python's Tkinter?

Advertisements