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

Quelle  test_blob_reading.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/file/tests/test_blob_reading.html


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Reading blobs</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="common_blob_reading.js"></script>
  <script src="common_blob_types.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
  <script>

SimpleTest.waitForExplicitFinish();

async function runAllTests() {
  let content = "hello world";
  await forEachBlobType(content, async blob => {
    await testBlobText(blob, content);
    await workify('testBlobText', blob, content);

    await testBlobArrayBuffer(blob, content);
    await workify('testBlobArrayBuffer', blob, content);

    await testBlobStream(blob, content);
    await workify('testBlobStream', blob, content);
  });
}

runAllTests().then(SimpleTest.finish);

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

Messung V0.5 in Prozent
C=89 H=98 G=93

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