Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/worklet/tests/   (Browser von der Mozilla Stiftung 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
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.