July 2017
— That's explicit
Apart from these restrictions, a large variety of names is allowed, to give maximum flexibility for use cases like <math-α> or <emotion-😍>.
— Hahaha emoticon
— Awesome
— Hmm well I just realized a good way to make this template pagination faster
— Oh?
— Instead of loading N template docFrags where N = elemPerPage... I can load a single one, then do this in a loop!
templDocs.appendChild(templDocs.cloneNode(true));
Message permanent page
— Once async iteration lands bots will be way cooler to write code for
— It clones itself into itself!
— Wait... Doesn't that mean it will contain the same data though?
— This is prior to injecting any data, it is blank
— Oh