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

Quelle  file_nonascii_blob_url.html   Sprache: HTML

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


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Test blob URL for non-ascii domain</title>
</head>
<body>
  <p id="result"></p>
  <script type="application/javascript">

window.onmessage = function(e) {
  var blob = new Blob([e.data]);
  var url = URL.createObjectURL(blob);

  var xhr = new XMLHttpRequest();
  xhr.open('GET', url, false);
  xhr.send(null);

  parent.postMessage(xhr.responseText, '*');
}

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

Messung V0.5
C=90 H=95 G=92

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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