pub async fn put_string( _db: &IdbDatabase, _store: &str, _key: &str, _value: &str, ) -> IndexedDbResult<()>