* Drains the response and returns a promise that resolves with the response * text. * @return {!Promise }
()
| 161 | * @return {!Promise<string>} |
| 162 | */ |
| 163 | text() { |
| 164 | return this.drainText_(); |
| 165 | } |
| 166 | |
| 167 | /** |
| 168 | * Drains the response and returns the JSON object. |
no test coverage detected