Skip to content

Developing frontend

MajoBerger edited this page Aug 2, 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