* Requests executing of a macro task. Yields to the event queue * before executing the task. * Places task on browser message queue which then respectively * triggers dequeuing and execution of a chunk.
()
| 510 | * triggers dequeuing and execution of a chunk. |
| 511 | */ |
| 512 | requestMacroTask_() { |
| 513 | // The message doesn't actually matter. |
| 514 | this.win_./*OK*/ postMessage('amp-macro-task', '*'); |
| 515 | } |
| 516 | } |
| 517 | |
| 518 | /** |
no test coverage detected