pub async fn open_stores_with_name(
name: &str,
passphrase: Option<&str>,
) -> Result<(IndexeddbStateStore, IndexeddbCryptoStore), OpenStoreError>👎Deprecated: this function only opens state and crypto stores, use
IndexeddbStores::open() instead.Expand description
Create a IndexeddbStateStore and a IndexeddbCryptoStore that use the
same name and passphrase.