* 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)
| 131 | * done. The first argument is the result. |
| 132 | */ |
| 133 | computeInMasterFrame(global, taskId, work, cb) { |
| 134 | computeInMasterFrame(global, taskId, work, cb); |
| 135 | } |
| 136 | } |
nothing calls this directly
no test coverage detected