Haftungsausschluß.sjs KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung
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
);
}
[Seitenstruktur0.23Drucken]