Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/script/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 304 B image not shown  

Quelle  slow.sjs   Sprache: unbekannt

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

  timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer);
  timer.init(
    function () {
      response.write("Here the content. But slowly.");
      response.finish();
    },
    5000,
    Ci.nsITimer.TYPE_ONE_SHOT
  );
}

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]