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

Quelle  importScripts_mixedcontent.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/workers/test/importScripts_mixedcontent.html


<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->

<!DOCTYPE html>
<script>
  function ok(cond, msg) {
    window.parent.postMessage({status: "ok", data: cond, msg}, "*");
  }
  function finish() {
    window.parent.postMessage({status: "done"}, "*");
  }

  function testSharedWorker() {
    var sw = new SharedWorker("importForeignScripts_worker.js");
    sw.port.onmessage = function(e) {
      if (e.data == "finish") {
        finish();
        return;
      }
      ok(e.data === "good""mixed content for shared workers is correctly blocked");
    };

    sw.onerror = function() {
      ok(false, "Error on shared worker ");
    };

    sw.port.postMessage("start");
  }

  var worker = new Worker("importForeignScripts_worker.js");

  worker.onmessage = function(e) {
    if (e.data == "finish") {
      testSharedWorker();
      return;
    }
    ok(e.data === "good""mixed content is correctly blocked");
  }

  worker.onerror = function() {
    ok(false, "Error on worker");
  }

  worker.postMessage("start");
</script>

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

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-08-24) ¤

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