summaryrefslogtreecommitdiff
path: root/ext/mixed/js/dynamic-loader.js
Commit message (Collapse)AuthorAge
* Validate document nodes before use (#493)toasted-nutbread2020-05-02
| | | | | | | | | | | | | * Validate document.body before use in loadScripts This also fixes an issue where reject wasn't being passed to loadScriptSentinel. * Validate document nodes before use in _getSiteColor * Validate document.body before use in _getViewport * Validate document.body before use in setContentScale * Validate document.body before use in docImposterCreate
* Remove sentinel script node after loadtoasted-nutbread2020-04-22
|
* Create dynamic script/CSS loader utilitytoasted-nutbread2020-04-21