Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ isAwaitingSize_
Method
isAwaitingSize_
src/custom-element.js:1232–1234 ·
view source on GitHub ↗
* @return {boolean} * @private
()
Source
from the content-addressed store, hash-verified
1230
* @private
1231
*/
1232
isAwaitingSize_() {
1233
return
this.classList.contains(
'i-amphtml-layout-awaiting-size'
);
1234
}
1235
1236
/**
1237
* @private
Callers
1
applySize
Method · 0.95
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected