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

Method effectiveBodyAttribs

validator/js/engine/htmlparser.js:217–219  ·  view source on GitHub ↗

* Returns the attributes from all body tags within the document. * @return {!Array<!Object>}

()

Source from the content-addressed store, hash-verified

215 * @return {!Array<!Object>}
216 */
217 effectiveBodyAttribs() {
218 return this.effectiveBodyAttribs_;
219 }
220
221 /**
222 * Enter a tag, opening a scope for child tags. Entering a tag can close the

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected