fetchDataStoreIdentifiers
fetchDataStoreIdentifiers():
Promise
<DataStoreIdentifier
[]>
Defined in: app.ts:154
Fetches the data store identifiers on macOS and iOS.
See https://developer.apple.com/documentation/webkit/wkwebsitedatastore for more information.
Promise
<DataStoreIdentifier
[]>
import { fetchDataStoreIdentifiers } from '@tauri-apps/api/app';const ids = await fetchDataStoreIdentifiers();
2.4.0
© 2025 Tauri Contributors. CC-BY / MIT