* Promise that will resolve with when available. * @return {!Promise<!Element>}
()
| 95 | * @return {!Promise<!Element>} |
| 96 | */ |
| 97 | waitForHead() { |
| 98 | return this.headPromise_; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Start the body transfer process. Should only be called once. |
no outgoing calls
no test coverage detected