Module webext_storage::store

source ·

Structs§

  • A store is used to access storage.sync data. It manages an underlying database connection, and exposes methods for reading and writing storage items scoped to an extension ID. Each item is a JSON object, with one or more string keys, and values of any type that can serialize to JSON.