Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 57

32 bytes added, 14:30, 27 March 2018
Further details on XMLHttpRequest.
* catch (ex if ...)
* |Services.intl.createDateTimeFormat(...)| in Thunderbird 57 and 58 changed to |new Services.intl.DateTimeFormat(...)|
* Components.classes['@mozilla.org/xmlextras/xmlhttprequest;1'] changed to new XMLHttpRequest();. Potentially you need to add Components.utils.importGlobalProperties(["XMLHttpRequest"]), which might not be necessary from version 61.
== Changes in thunderbird59 ==
* All attributes of nsIURI.spec are read-only, use for example url.mutate().setQuery(aQuery).finalize(); More examples in {{bug|1440693}}.
* Components.utils.import() has changed to ChromeUtils.import(). The old form still works.
* removed (no need to invoke it anymore) : Components.utils.importGlobalProperties(["XMLHttpRequest"]);
== Outlook and Suggestion ==
316
edits

Navigation menu