WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
89 stars 21 forks source link

Consider changing the Shared Storage API length() method name to something more descriptive #15

Closed a-sully closed 2 years ago

a-sully commented 2 years ago

Currently, the method for querying the number of keys stored for an origin is called length(). Perhaps a better name would be numKeys() or keyCount().

jkarlin commented 2 years ago

We've considered this but are sticking with length.