(onrejected)
| 69573 | if (!this.parsedPromise) { |
| 69574 | this.parsedPromise = this.responsePromise.then(this.parseResponse); |
| 69575 | } |
| 69576 | return this.parsedPromise; |
| 69577 | } |
| 69578 | then(onfulfilled, onrejected) { |
| 69579 | return this.parse().then(onfulfilled, onrejected); |
| 69580 | } |