Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/base/test/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  file_window_close.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/file_window_close.html


<html>
  <head>
    <script>
    var b = new BroadcastChannel("windowclose");

    function isInitialLoad() {
      return location.search.substr(1) != "withhistory" || history.length == 1;
    }

    function run() {
      if (location.search.substr(1) == "withhistory") {
        // An entry for the initial load, pushState, iframe and the next page.
        if (history.length == 3) {
          // We're coming back from history.
          function listener(m) {
            if (m.message.includes("Scripts may only close windows that were opened by a script.")) {
              SpecialPowers.postConsoleSentinel();
              SpecialPowers.pushPrefEnv({ set: [["dom.allow_scripts_to_close_windows", true]]}).then(
                function() {
                  window.onunload = function() {
                    b.postMessage('blocked');
                    b.close();
                  };
                  window.close();
                });
            }
          }
          SpecialPowers.registerConsoleListener(listener);
          window.onunload = function() {
            SpecialPowers.postConsoleSentinel();
            b.postMessage('closed');
            b.close();
          };
          window.close();
        } else {
          // Load a page which will call history.back()
          location.href = "file_window_close_2.html";
        }
      } else {
        onunload = function() {
          b.postMessage('closed');
          b.close();
        };
        window.close();
      }
    }

    function init() {
      if (isInitialLoad()) {
        // Add some data to the session history.
        history.pushState("foo""foo");
        var ifr = document.getElementsByTagName("iframe")[0];
        ifr.onload = run;
        ifr.src = "data:text/html,random data";
      } else {
        run();
      }
    }
    window.onpageshow = () => {
      setTimeout(init);
    }

    </script>
  </head>
  <body>
    <iframe></iframe>
  </body>
</html>

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.