MCPcopy
hub / github.com/ampproject/amphtml / usesLoading

Method usesLoading

src/base-element.js:174–176  ·  view source on GitHub ↗

* Subclasses can override this method to indicate that an element can load * network resources. * * Such elements can have their `ensureLoaded` method called. * * @param {!AmpElement} unusedElement * @return {boolean} *

(unusedElement)

Source from the content-addressed store, hash-verified

172 *
173 */
174 static usesLoading(unusedElement) {
175 return false;
176 }
177
178 /**
179 * Subclasses can override this method to provide a svg logo that will be

Callers 4

mountInternalMethod · 0.45
ensureLoadedMethod · 0.45
upgradeOrSchedule_Method · 0.45
element-v1.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected