Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/worklet/tests/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 915 B image not shown  

Quelle  test_import_with_cache.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/worklet/tests/test_import_with_cache.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Test for Worklet</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script type="application/javascript" src="common.js"></script>
</head>
<body>

<script type="application/javascript">
// This function is called into an iframe.
function runTestInIframe() {
  var audioContext = new AudioContext();
  function loading() {
    audioContext.audioWorklet.addModule("server_import_with_cache.sjs")
    .then(() => {
      ok(true, "Import should load a resource.");
    }, () => {
      ok(false, "Import should load a resource.");
    })
    .then(() => {
      done();
    });
  }

  var count = 0;
  const MAX = 10;

  function done() {
    if (++count == MAX) {
      SimpleTest.finish();
    }
  }

  for (var i = 0; i < MAX; ++i) {
    loading();
  }
}
</script>
</body>
</html>

Messung V0.5 in Prozent
C=93 H=95 G=93

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-06-10) ¤

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