Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ executeInternal
Method
executeInternal
extensions/amp-story/1.0/media-tasks.js:299–302 ·
view source on GitHub ↗
@override
(mediaEl)
Source
from the content-addressed store, hash-verified
297
298
/** @override */
299
executeInternal(mediaEl) {
300
mediaEl.load();
301
return
Promise.resolve();
302
}
303
304
/** @override */
305
requiresSynchronousExecution() {
Callers
nothing calls this directly
Calls
2
resolve
Method · 0.80
load
Method · 0.45
Tested by
no test coverage detected