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
Since it's (if I'm not wrong) the first built-in module it's enough to check if import 'std:kv-storage' works because if not it throws an Error as std:kv-storage isn't a valid URL :)
The text was updated successfully, but these errors were encountered:
Work on this specification is currently suspended, as no browser teams (including the Chromium project, which originated the proposal) are currently indicating interest in implementing it.
KV-Storage will be the successor of
LocalStorage
which will introduce, among other stuff, async support.Editors draft: KV Storage
Article: KV Storage: the Web's First Built-in Module
Since it's (if I'm not wrong) the first built-in module it's enough to check if
import 'std:kv-storage'
works because if not it throws an Error asstd:kv-storage
isn't a valid URL :)The text was updated successfully, but these errors were encountered: