Closed
Bug 1205288
Opened 9 years ago
Closed 9 years ago
implement and test fetch spec changes for blob scheme with non-GET method
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: bkelly, Assigned: dimi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
dimi
:
review+
|
Details | Diff | Splinter Review |
See:
https://github.com/whatwg/fetch/issues/125
Basically a non-GET Request for a blob: scheme URL should result in a NetworkError. Its possible we already implement this, but we should write a test. Preferably a WPT test.
Reporter | ||
Updated•9 years ago
|
Blocks: ServiceWorkers-compat
Assignee | ||
Comment 1•9 years ago
|
||
I would like to take this bug.
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Hi Ben,
I add a mochitest for this because there is already tests for fetch blob. please let me know if you prefer also adding a WPT.
Attachment #8704047 -
Flags: review?(bkelly)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8704047 [details] [diff] [review]
Patch - check non-GET for blob, with mochitest
Review of attachment 8704047 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thanks!
Do you know if we check this in XHR as well?
Attachment #8704047 -
Flags: review?(bkelly) → review+
Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Ben Kelly [:bkelly] from comment #3)
> Comment on attachment 8704047 [details] [diff] [review]
> Patch - check non-GET for blob, with mochitest
>
> Review of attachment 8704047 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Looks good. Thanks!
>
> Do you know if we check this in XHR as well?
No, i write a test and blob is load successfully with POST.
Assignee | ||
Comment 5•9 years ago
|
||
Update commit message.
Also run try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5da18a713b23
Attachment #8704047 -
Attachment is obsolete: true
Attachment #8704530 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Reporter | ||
Updated•9 years ago
|
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
•