helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

Changes

Jump to navigation Jump to search

MediaWiki:Gadget-artTab.js

145 bytes added, 09:54, 17 January 2018
Added some error logging for maintainability
resolve(base64ArrayBuffer(xhr.response));
} else {
console.log("this.status not ok", this.status, xhr.statusText, url);
reject({
status: this.status,
};
xhr.onerror = function () {
console.log("xhr.onerror", this.status, xhr.statusText, url);
reject({
status: this.status,

Navigation menu