Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
aom
/
doc
/
img
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 397 kB
Bilddatei
slow.sjs
products/Sources/formale Sprachen/C/Firefox/dom/abort/tests/slow.sjs
function handleRequest(request, response) { response.processAsync(); let timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer); timer.init( function () { response.write("Here the content. But slowly."); response.finish(); }, 1000, Ci.nsITimer.TYPE_ONE_SHOT ); }
2026-04-04