zachleat’s avatarzachleat’s Twitter Archive—№ 45,367

  1. …in reply to @royalicing
    @royalicing I’ve been doing this pattern a lot in custom elements: for(let tmpl of this.querySelectorAll(":scope template")) { tmpl.replaceWith(tmpl.content); }