Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ connected_
Method
connected_
src/custom-element.js:1357–1361 ·
view source on GitHub ↗
@private
()
Source
from the content-addressed store, hash-verified
1355
1356
/** @private */
1357
connected_() {
1358
if
(this.built_) {
1359
this.impl_.attachedCallback();
1360
}
1361
}
1362
1363
/**
1364
* Called when an element is disconnected from DOM, or when an ampDoc is
Callers
2
buildInternal
Method · 0.95
connectedCallback
Method · 0.95
Calls
1
attachedCallback
Method · 0.45
Tested by
no test coverage detected