Skip to content

Developing frontend

milanmajchrak edited this page Sep 19, 2022 · 7 revisions

How to debug disappearing HTML element

  1. Open console
  2. Type in setTimeout(()=>{debugger;},5000); // after 5 seconds debug mode will be started where element should pop up
  3. Press Enter
Clone this wiki locally