Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/cache/test/xpcshell/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 720 B image not shown  

Quelle  test_schema_26_upgrade.js   Sprache: JAVA

 
/**
 * The schema_25_profile.zip are made from local Nightly by following step
 * 1. Go to any website
 * 2. Open web console and type
 *      caches.open("test")
 *        .then(c => fetch("https://www.mozilla.org", {mode:"no-cors"})
 *        .then(r => c.put("https://www.mozilla.org", r)));
 * 3. Go to profile directory and rename the website folder to "chrome"
 */


add_task(async function testSteps() {
  create_test_profile("schema_25_profile.zip");

  let cache = await caches.open("test");
  let response = await cache.match("https://www.mozilla.org");
  ok(!!response, "Upgrade from 25 to 26 do succeed");
  Assert.strictEqual(
    response.type,
    "opaque",
    "The response type does be opaque"
  );
});

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

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