Closed
Bug 1440536
Opened 7 years ago
Closed 7 years ago
Inconsistent information on whether storage of Date objects is supported
Categories
(Developer Documentation Graveyard :: Add-ons, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: html-js, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
The storage documention says "It's generally not possible to store other types, such as Function, Date, RegExp, Set, Map, ArrayBuffer and so on."
But then in the example code, it stores a Date object and says "Works for all browsers". So is it supported or not?
Updated•7 years ago
|
Priority: P5 → P1
Comment 1•7 years ago
|
||
Thanks for filing! I've removed the bit about Date from the example.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•