Closed
Bug 1382835
Opened 8 years ago
Closed 8 years ago
Fetch not sending network request
Categories
(WebExtensions :: General, defect)
Tracking
(firefox54 wontfix, firefox55 unaffected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | wontfix |
| firefox55 | --- | unaffected |
People
(Reporter: ober.sebastian, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170717063821
Steps to reproduce:
Using a web extension with permission to *://api.pinboard.in/*, trying to send a fetch get request to that domain. It does not work in firefox release (v54), while working in firefox v55.0b10 dev edition and chrome.
Actual results:
No request is sent (according to network tab) and promise never resolved. The line of code before is executed, no error message shown
Expected results:
Network request gets sent and resolved.
Updated•8 years ago
|
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
Comment 1•8 years ago
|
||
55 is due to be released Aug 8, since report says it works there, wontfix for 54
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → wontfix
status-firefox55:
--- → unaffected
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•