Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow raw response text to be read from event listeners
response.text() cannot be called twice without cloning first. Since we're calling it without cloning the response, we are making the raw text inaccessible to event listeners that want to access the response data, so let's cache the text we've read.
- Loading branch information