You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation says about property time: Timestamp the entry was first added on.
Running cacache.verify() internally uses insert() method and sets time property to Date.now().
This is not what user expects and it makes the time property unusable.
What / Why
Documentation says about property time: Timestamp the entry was first added on.
Running
cacache.verify()
internally usesinsert()
method and sets time property toDate.now()
.This is not what user expects and it makes the time property unusable.
How
The text was updated successfully, but these errors were encountered: