Skip to content

Manager Scripts

kevin edited this page Nov 28, 2020 · 1 revision

Manager Scripts

Manager scripts are tags that you put and actually get executed after the DOM is loaded, this will help the pages load faster,

<manager-script>
alert("hii"); // will be fired after DOM is loaded
</manager-script>

Clone this wiki locally