Analyzes page contents to determine what new javascript modules need to be loaded and which old modules need to be unloaded.
npm install ajax-module-loaderAnalyzes page contents to determine what new javascript modules need
to be loaded and which old modules need to be unloaded.
(polyfill as needed)
- CustomEvent()
- fetch()
- Promise()
- Symbol()
window ordocument. It is only called when the user navigates from a page that does not containonInit with a context of the document. If the user navigates from a pageonLoad will becontext of the new page's contents.onLoad method. If the new pagecontext will be the old page's contents. If the new page does notcontext will be the document. In the latter case, onUnloadonDestroy.onInit method.