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 as std:kv-storage isn't a valid URL :)
KV-Storage will be the successor of
LocalStoragewhich 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-storageisn't a valid URL :)