Labs/Jetpack/JEP/25: Difference between revisions

Jump to navigation Jump to search
(renamed booster.js to securable-module.js)
(→‎XULRunner extension, in a JS module: removed irrelevant text)
Line 100: Line 100:


Note that unlike the previous example, we can't provide a relative directory name for <tt>rootPath</tt> because JS modules don't conventionally have a concept of relative directories (and we won't introduce such a concept here to reduce potential confusion).
Note that unlike the previous example, we can't provide a relative directory name for <tt>rootPath</tt> because JS modules don't conventionally have a concept of relative directories (and we won't introduce such a concept here to reduce potential confusion).
Note also that while we could unload the module if we want, we don't really
have any pressing reason to, since JS modules themselves are never
unloaded.


== Reference Implementation ==
== Reference Implementation ==
874

edits

Navigation menu