pub async fn get_string( _db: &IdbDatabase, _store: &str, _key: &str, ) -> IndexedDbResult<Option<String>>