Closed
Bug 1126483
Opened 10 years ago
Closed 10 years ago
add fetch Response ok getter
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: bkelly, Assigned: nsm)
References
Details
Attachments
(1 file)
3.12 KB,
patch
|
bkelly
:
review+
baku
:
review+
|
Details | Diff | Splinter Review |
The fetch spec now contains a convenience getter on Response called "ok":
https://github.com/whatwg/fetch/commit/e62f57b6c923f16e877ab56913a2a65388a7535a
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8555602 -
Flags: review?(bkelly)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nsm.nikhil
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8555602 [details] [diff] [review]
Added Response.ok
Review of attachment 8555602 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM! Flag Andrea for DOM peer sign off.
Attachment #8555602 -
Flags: review?(bkelly)
Attachment #8555602 -
Flags: review?(amarchesini)
Attachment #8555602 -
Flags: review+
Updated•10 years ago
|
Attachment #8555602 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•