Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/tests/crashtests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 742 B image not shown  

Quelle  801227.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/tests/crashtests/801227.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=801227
-->

<head>
  <meta charset="utf-8">
  <title>Abort due to page reload</title>
  <script type="application/javascript">
    var pc = new RTCPeerConnection();

    var index = localStorage.index || 0;
    if (index < 3) {
      localStorage.index = index + 1;
      window.location.reload();
    }

    function finish() {
      delete localStorage["index"];

      pc.close();
      document.documentElement.removeAttribute("class");
    }

    navigator.mediaDevices.getUserMedia({ audio: true, fake: true }).then(function (aStream) {
      pc.addStream(aStream);
      finish();
    }, finish);
  </script>
</head>

<body>
</body>
</html>


Messung V0.5 in Prozent
C=85 H=100 G=92

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© 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.