parseOnLoad:true, async:false unit test
This page tests that:
parseOnLoad: true parses the page on load
since async:true is NOT set, parseOnLoad:true works (with deprecation message) even if there's no explicit require() of dojo/parser
the parse happens before the ready() callback happens, including processing of declarative requires
See console for test results.
Clear
ReCSS
Console
DOM
Object
Close
DEPRECATED: Add explicit require(['dojo/parser']); -- will be removed in version: 2.0
Click on an object in the Log display
Hover over HTML elements in the main page. Click to hold selection.