Closed
Bug 1508996
Opened 6 years ago
Closed 6 years ago
Change Response's statusText's default
Categories
(Core :: DOM: Networking, enhancement, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: annevk, Assigned: baku)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat, Whiteboard: [necko-triaged])
Attachments
(1 file)
From "OK" to "".
See https://github.com/whatwg/fetch/pull/836 and https://github.com/web-platform-tests/wpt/pull/14144 for tests. The rationale is that few folks will set this field and therefore it'll likely be wrong whenever a non-200 status is used. And "reason phrase" as HTTP calls it is a more or less obsolete field anyway.
Updated•6 years ago
|
Assignee: nobody → valentin.gosu
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 2•6 years ago
|
||
I don't have time for this bug right now. Andrea, do you know who could take over?
Assignee: valentin.gosu → nobody
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b591e1e39f80
Change Response's statusText's default, r=valentin
Comment 5•6 years ago
|
||
Backed out changeset b591e1e39f80 (bug 1508996) for requent devtools failures on browser_net_service-worker-status.js CLOSED TREE
Backout revision https://hg.mozilla.org/integration/autoland/rev/7d429f711f4d58978174ed1a4ec5812f675559a3
Failure log https://treeherder.mozilla.org/logviewer.html#?job_id=230361224&repo=autoland
:baku could you please take a look?
Flags: needinfo?(amarchesini)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04b5ccccaa74
Change Response's statusText's default, r=valentin
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 8•6 years ago
|
||
Doc for https://developer.mozilla.org/en-US/docs/Web/API/Response/statusText updated; rel note added.
Keywords: dev-doc-needed → dev-doc-complete
Comment 9•5 years ago
•
|
||
Posted site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2019/response-s-default-statustext-has-become-empty-string/
Keywords: site-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•