* Drains the response and returns a promise that resolves with the response * text. * @return {!Promise }
()
| 13655 | * @return {!Promise<string>} |
| 13656 | */ |
| 13657 | text() { |
| 13658 | return this.drainText_(); |
| 13659 | } |
| 13660 | |
| 13661 | /** |
| 13662 | * Drains the response and returns the JSON object. |
no test coverage detected