WICG / storage-buckets

API proposal for managing multiple storage buckets
https://wicg.github.io/storage-buckets/explainer
Other
44 stars 20 forks source link

setExpires should validate expiration date #119

Open evanstade opened 11 months ago

evanstade commented 11 months ago

in open(), the spec says

If expires milliseconds after the Unix epoch is before the relevant settings object's current wall time, then return failure.

A similar validation step should exist in setExpires().