Skip to content

Instantly share code, notes, and snippets.

View AmraniCh's full-sized avatar
๐Ÿ‡ฒ๐Ÿ‡ฆ

Shakir El Amrani AmraniCh

๐Ÿ‡ฒ๐Ÿ‡ฆ
View GitHub Profile
customElements.define('ajax-html', class extends HTMLElement {
/**
* The class constructor object
*/
constructor () {
// Always call super first in constructor
super();