Change default statusText for Response#698
Merged
JakeChampion merged 3 commits intoJakeChampion:masterfrom May 27, 2020
Merged
Conversation
mislav
suggested changes
Apr 8, 2019
Contributor
mislav
left a comment
There was a problem hiding this comment.
Thank you! Some notes about tests
|
Looking |
miguelsolorio
approved these changes
Aug 5, 2019
|
ما هذا
في الاثنين، ٥ أغسطس، ٢٠١٩ ٥:٣٩ م Miguel Solorio <notifications@github.com>
كتب:
… ***@***.**** approved this pull request.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#698>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL4DUU3VPV34LXGGFJCKGCDQDBCTVANCNFSM4HB66AXQ>
.
|
|
when will this merge to master? |
Contributor
|
@mislav @misolori Any reason for the delay in merging? |
Contributor
|
👋 Sorry for long period of silence! The PR looks good, but I'm no longer involved with maintaining this project. Someone who still is is welcome to merge it. |
This was referenced May 30, 2021
This was referenced Jun 6, 2021
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
According to WHATWG fetch specification default statusText for Response should be "" (empty string).
Fixes #696