Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/base/test/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  file_browser_refresh_content.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/file_browser_refresh_content.html


<html>
  <body>
    <img src="file_browser_refresh_image.sjs">
    <iframe src="file_browser_refresh_iframe.sjs"></iframe>
    <div id="result"></div>

    <canvas id="canvas" width="100" height="100"> </canvas>
    <script>
      const image = document.querySelector("img");
      const iframe = document.querySelector("iframe");
      const result = document.getElementById("result");

      iframe.addEventListener("load", function() {
        result.setAttribute(
          "iframeContent",
          iframe.contentDocument.body.textContent
        );
      });

      // Ensure images are loaded
      image.addEventListener("load", function() {
        var canvas = document.getElementById('canvas');
        var ctx = canvas.getContext('2d');
        ctx.drawImage(image, 00);

        result.setAttribute("imageDataURL"canvas.toDataURL());
      });

      // Ensure expired resources are still loaded
      fetch('./file_browser_refresh_expired_resource.sjs').then((response) => {
        let cacheControl = response.headers.get('Cache-Control');
        result.setAttribute("expiredResourceCacheControl", cacheControl);
      });

      // Ensure non cacheable resources are still loaded
      fetch('./file_browser_refresh_non_cacheable.sjs').then(() => {
        result.setAttribute("nonCacheableResourceCompleted", true);
      });
    </script>
  </body>
</html>

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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