Confirmed users
162
edits
m (→ScriptMod APIs) |
m (→Script Mods) |
||
| Line 44: | Line 44: | ||
* running a script when the page's DOM is ready (<code>ScriptMod.onDOMContentLoaded(''callback'')</code>) | * running a script when the page's DOM is ready (<code>ScriptMod.onDOMContentLoaded(''callback'')</code>) | ||
* '''TBD:''' inserting <script> and <link> tags | * '''TBD:''' inserting <script> and <link> tags | ||
==== Dependencies ==== | |||
* This module requires {{bug|549539}}'s fix, which (as of 2010-04-02) has only landed on mozilla-central (Firefox versions after 3.6.x). The plans are to land it on 3.6.x too, though. | |||
* It's not clear to me where the [[Labs/Jetpack/Reboot/JEP/107#Dependencies_.26_Requirements|dependencies in the original JEP]] come from, perhaps some of them apply to this case too. | |||
==== <code>ScriptMod</code> constructor ==== | ==== <code>ScriptMod</code> constructor ==== | ||