/** Test for Bug 814050, but modified now that the spec has changed **/ var xhr = new XMLHttpRequest();
xhr.open("GET", "", false);
xhr.withCredentials = true;
ok(true, "Should not throw on withCredentials sets for sync XHR");
xhr = new XMLHttpRequest();
xhr.open("GET", "", true);
xhr.withCredentials = true;
ok(true, "Should not throw on withCredentials sets for async XHR");
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.