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 828 B image not shown  

Quelle  test_fetch_failed.html

  Sprache: HTML
 

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


<!DOCTYPE HTML>
<html>
<head>
  <title>Test fetch an child module script with an invalid uri 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();
  ok(!!audioContext.audioWorklet, "audioContext.audioWorklet exists");

  audioContext.audioWorklet.addModule("specifier_with_user.mjs")
  .then(() => {
    ok(false, "Error: load shouldn't succeed.");
  }, () => {
    ok(true, "OK: load should fail.");
  })

  // done
  .then(() => {
    SimpleTest.finish();
  });
}

</script>
</body>
</html>

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

¤ Dauer der Verarbeitung: 0.25 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.