Lampe2020
‎09-15-2024
Making moves
since ‎05-05-2022

User Statistics

  • 6 Posts
  • 2 Ideas Submitted
  • 9 Kudos given
  • 9 Kudos received

User Activity

My idea is to add a little "Page reload!" marker in the network log if the "persistent logs" option is enabled, similar to when the console is kept over a reload. This would make finding where the relevant requests are easier.
I want to be able to easily and reliably check if a javascript is run inside an iframe, a bit like:"function onlyRunWhenImInsideIframe() {    insideIframe = document.checkIfInsideIframe();    console.log(insideIframe); // should return true or false ...