MCPcopy Index your code
hub / github.com/ampproject/amphtml / computeInMasterFrame

Method computeInMasterFrame

3p/ampcontext-integration.js:133–135  ·  view source on GitHub ↗

* Performs a potentially asynchronous task exactly once for all frames of a * given type and the provide the respective value to all frames. * @param {!Window} global Your window * @param {string} taskId Must be not conflict with any other global variable * you use. Must be the same

(global, taskId, work, cb)

Source from the content-addressed store, hash-verified

131 * done. The first argument is the result.
132 */
133 computeInMasterFrame(global, taskId, work, cb) {
134 computeInMasterFrame(global, taskId, work, cb);
135 }
136}

Callers

nothing calls this directly

Calls 1

computeInMasterFrameFunction · 0.90

Tested by

no test coverage detected