Confirmed users
3,376
edits
Line 11: | Line 11: | ||
*defer loading of script and verify page loads | *defer loading of script and verify page loads | ||
*queuing of local scripts | *queuing of local scripts | ||
**queue 2 scripts | **queue 2 scripts, other still loads | ||
**queue a script that references other scripts | **queue a script that references other scripts | ||
*accessing variables / functions from deferred script | *accessing variables / functions from deferred script | ||
Line 22: | Line 18: | ||
**have inline script update variable in deferred script | **have inline script update variable in deferred script | ||
There are a lot of corner cases such as testing all javascript functionality in both normal and defer. One such bug came up where window.onload() would not call [[https://bugzilla.mozilla.org/show_bug.cgi?id=453801 bug 453801]] | |||
= Schedule Scoping = | = Schedule Scoping = |