Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/browser/components/urlbar/tests/browser/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 340 B image not shown  

Quelle  wait-a-bit.sjs   Sprache: unbekannt

 
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

async function handleRequest(request, response) {
  response.processAsync();

  const timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer);
  timer.init(response.finish, 3000, Ci.nsITimer.TYPE_ONE_SHOT);
}

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]