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

Quelle  test_workerUpdate.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/serviceworkers/test/test_workerUpdate.html


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

<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1065366 - Test ServiceWorkerGlobalScope.update</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<div id="container"></div>
<script src="utils.js"></script>
<script class="testbody" type="text/javascript">

  function simpleRegister() {
    return navigator.serviceWorker.register("worker_update.js", { scope: "workerUpdate/" })
      .then(swr => waitForState(swr.installing, 'activated', swr));
  }

  var registration;
  function waitForMessages(sw) {
    registration = sw;
    var p = new Promise(function(resolve, reject) {
      window.onmessage = function(e) {
        if (e.data === "FINISH") {
          ok(true, "The worker has updated itself");
          resolve();
        } else if (e.data === "FAIL") {
          ok(false, "The worker failed to update itself");
          resolve();
        }
      }
    });

    var frame = document.createElement("iframe");
    frame.setAttribute("src""workerUpdate/update.html");
    document.body.appendChild(frame);

    return p;
  }

  function runTest() {
    simpleRegister().then(waitForMessages).catch(function(e) {
      ok(false, "Something went wrong.");
    }).then(function() {
      return registration.unregister();
    }).then(function() {
      SimpleTest.finish();
    });
  }

  SimpleTest.waitForExplicitFinish();
  SpecialPowers.pushPrefEnv({"set": [
    ["dom.serviceWorkers.exemptFromPerDomainMax", true],
    ["dom.serviceWorkers.enabled", true],
    ["dom.serviceWorkers.testing.enabled", true]
  ]}, runTest);
</script>
</pre>
</body>
</html>

Messung V0.5
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.28 Sekunden  (vorverarbeitet)  ¤

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