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

Quelle  file_location_href_unknown_protocol.html   Sprache: unbekannt

 
<!doctype html>
<script>
onbeforeunload = function() {
  opener.onChildBeforeUnload();
};
onload = async function() {
  let ongoingLoad = fetch(location.href);
  location.href = "this-protocol-is-unlikely-to-exist://foo";
  // Load shouldn't be canceled.
  await ongoingLoad;
  setTimeout(function() {
    opener.onChildLoadTimedOut();
  }, 1000);
};
onunload = function() {
  opener.onChildUnload();
};
</script>

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

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]