Javascript debug: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 12: Line 12:


* Disable the browser extension e.g. switch to '''incognito window''' on {{Chrome}}
* Disable the browser extension e.g. switch to '''incognito window''' on {{Chrome}}
* Quit the browser helper software e.g. video downloader


* Clear or disable the browser cache<ref>[https://www.java.com/zh_TW/download/help/webcache.xml 我要如何清除網頁瀏覽器快取?]</ref>
* Clear or disable the browser cache<ref>[https://www.java.com/zh_TW/download/help/webcache.xml 我要如何清除網頁瀏覽器快取?]</ref>

Revision as of 11:05, 8 May 2021

<< Testing: Javascript


Steps of troubleshooting

  • Were the required js fils were included?
  • Checking the typo or "ensure that there are no compile-time errors"[1] by using JSLint tools.
  • Disable the browser extension e.g. switch to incognito window on Chrome Browser chrome.png
  • Quit the browser helper software e.g. video downloader
  • Clear or disable the browser cache[2]
  • Reload the webpage again
  • Switch to different network environment

methods / functions

Print message

DOM

Data type

Browser tool

Browser cache issue

tools


Further reading

References


Troubleshooting of ...

Template