Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In one line

customElements.define("include", class extends HTMLElement { connectedCallback() { fetch(this.getAttribute("href")).then(x => x.text()).then(x => this.outerHTML = x) } })



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: