/** Test for Bug 322317 **/
/* Test that this does not throw exceptions */ var http =new XMLHttpRequest();
http.open("GET", window.location.href);
http.send(null);
http.open("GET", window.location.href);
http.send(null);
is(1, 1, "Got here, yay!");
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.