Changes

Jump to: navigation, search

Labs/Jetpack/JEP/25

1 byte added, 00:48, 30 September 2009
m
Problem Definition: minor rewording
* JS modules and XPCOM components can't be unloaded and reloaded during the host application's runtime, which means that modifying a single line of their code requires a complete application restart.
* Reusing a JS module in an extension often requires the developer to change the code of the module itself: since any imported sub-modules must be brought in via an absolute URL, calls to <tt>Components.utils.import()</tt> often need to be changedfixed up.
* XPCOM components are extremely verbose and unfamiliar to those accustomed to dynamic languages.
874
edits

Navigation menu