Would be nice if you could store.set('foo', new Date())
and get back a Date
object when you do store.get('foo')
. Could probably make use of the second argument to JSON.parse()
. We need to save some kind of information to indicate that it's a native Date format. Maybe a separate __meta__
key or something. Suggestions welcome.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too