MCPcopy Index your code
hub / github.com/ampproject/amphtml / constructor

Method constructor

src/custom-element.js:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 class BaseCustomElement extends htmlElement {
133 /** */
134 constructor() {
135 super();
136 this.createdCallback();
137 }
138
139 /**
140 * Called when elements is created. Sets instance vars since there is no

Callers

nothing calls this directly

Calls 1

createdCallbackMethod · 0.95

Tested by

no test coverage detected