Closed
Bug 1403475
Opened 7 years ago
Closed 7 years ago
Fix the failure of error-attributes.htm
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
DUPLICATE
of bug 1120178
People
(Reporter: bevis, Assigned: bevis)
References
(Blocks 1 open bug)
Details
The type of (IDBRequest|IDBTransaction).error has be replaced with DOMException in spec v2:
http://w3c.github.io/IndexedDB/#revision-history
This test case covers this spec change from v1.
The replacement of DOMError to DOMException in our implementation shall fix this failure in wpt.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•7 years ago
|
||
Thanks for marking this duplication!
You need to log in
before you can comment on or make changes to this bug.
Description
•