[−][src]Function webext_storage::api::remove
pub fn remove(
tx: &Transaction<'_>,
ext_id: &str,
keys: JsonValue
) -> Result<StorageChanges>
The implementation of storage[.sync].remove()
. On success this returns the
StorageChanges defined by the chrome API - it's assumed the caller will
arrange to deliver this to observers as defined in that API.