Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ onRuntimeState
Method
onRuntimeState
src/service/viewer-impl.js:423–425 ·
view source on GitHub ↗
@override
(handler)
Source
from the content-addressed store, hash-verified
421
422
/** @override */
423
onRuntimeState(handler) {
424
return
this.runtimeOnObservable_.add(handler);
425
}
426
427
/** @override */
428
isOvertakeHistory() {
Callers
1
constructor
Method · 0.45
Calls
1
add
Method · 0.45
Tested by
no test coverage detected