Closed
Bug 1758943
Opened 3 years ago
Closed 2 years ago
Implement `Response.json` static method
Categories
(Core :: DOM: Networking, enhancement, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: lucacasonato, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [necko-triaged])
Attachments
(1 file)
https://github.com/whatwg/fetch/pull/1392 adds support for a static Response.json
method to the Fetch spec. It would be awesome to add this new API to Gecko.
WPTs have already been written, and are available at https://github.com/web-platform-tests/wpt/pull/32825.
I am happy to do the implementation work for this addition.
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → Ms2ger
Comment 1•2 years ago
|
||
Seems like Damien Feugas has a local build of Firefox with this change: https://twitter.com/galstar/status/1626450365490032641
Assignee | ||
Comment 2•2 years ago
|
||
Well, so do I. I'm planning to submit the patches this week.
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Attachment #9320249 -
Attachment description: WIP: Bug 1758943 - Implement Response.json static method → Bug 1758943 - Implement Response.json static method; r=smaug
Pushed by Ms2ger@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c3726b4a9608
Implement Response.json static method; r=smaug
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Comment 6•2 years ago
|
||
FF115 MDN docs for this done in https://github.com/mdn/content/issues/27169
Mostly just a compatibility data update and MDN release note.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•