Closed
Bug 1600615
Opened 5 years ago
Closed 5 years ago
All JSWindowActor.sendQuery() rejected promises have the same reason "The operation failed for an operation-specific reason"
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 1588839
Fission Milestone | M5 |
People
(Reporter: zombie, Unassigned)
Details
I originally though this is because Error instances aren't serializable for IPC, but we get the same DOMException when the other end returns a rejected promise with any value, including plain JSON objects and even primitive types.
This is an obvious bug that makes rejected queries almost useless, and would probably require a small fix (as compared to serializing Errors).
Reporter | ||
Comment 1•5 years ago
|
||
This should probably be done in M5/asap.
Fission Milestone: --- → ?
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Fission Milestone: ? → M5
You need to log in
before you can comment on or make changes to this bug.
Description
•