var mc = new MultipleCallbacks(2, function () { var storage = getCacheStorage("disk", Services.loadContextInfo.default);
storage.asyncVisitStorage( new VisitCallback(1, 1024, ["http://an2/"], function () {
storage = getCacheStorage("disk", Services.loadContextInfo.anonymous);
storage.asyncVisitStorage( new VisitCallback(1, 1024, ["http://an2/"], function () {
finish_cache2_test();
}), true
);
}), true
);
});
asyncOpenCacheEntry( "http://an2/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.default, new OpenCallback(NEW | WAITFORWRITE, "an2", "an2", function () {
mc.fired();
})
);
asyncOpenCacheEntry( "http://an2/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.anonymous, new OpenCallback(NEW | WAITFORWRITE, "an2", "an2", function () {
mc.fired();
})
);
do_test_pending();
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.