availableStorages property

List<WasmStorageImplementation> availableStorages

All available WasmStorageImplementations supported by the current browsing context.

Depending on the features available in the browser your app runs on and whether your app is served with the required headers for shared array buffers, different implementations might be available.

You can see the WasmStorageImplementations and the web documentation to learn more about which implementations drift can use.

Implementation

List<WasmStorageImplementation> get availableStorages;