23
edits
(Add ChromeUtils.import()) |
(→Removed and changed in mozilla60: Components.utils.importGlobalProperties(["XMLHttpRequest"])) |
||
| Line 114: | Line 114: | ||
* All attributes of nsIURI.spec are read-only, use for example url.mutate().setQuery(aQuery).finalize(); | * All attributes of nsIURI.spec are read-only, use for example url.mutate().setQuery(aQuery).finalize(); | ||
* Components.utils.import() has changed to ChromeUtils.import(). | * Components.utils.import() has changed to ChromeUtils.import(). | ||
* removed (no need to invoke it anymore) : Components.utils.importGlobalProperties(["XMLHttpRequest"]); | |||
== Outlook and Suggestion == | == Outlook and Suggestion == | ||
edits