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

Method requestMeasure

src/service/resource.js:584–586  ·  view source on GitHub ↗

* Requests the element to be remeasured on the next pass.

()

Source from the content-addressed store, hash-verified

582 * Requests the element to be remeasured on the next pass.
583 */
584 requestMeasure() {
585 this.isMeasureRequested_ = true;
586 }
587
588 /**
589 * Returns a previously measured layout size.

Callers 8

changeSizeMethod · 0.95
completeExpandMethod · 0.95
test-resource.jsFile · 0.80
test-resources.jsFile · 0.80
applyMediaAttrs_Method · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected