SwoffSwoff

getStorageEstimate

Estimate used and available storage.

getStorageEstimate()

From swoff/storage.ts. Returns Promise<StorageEstimate> via navigator.storage.estimate().

import { getStorageEstimate } from "swoff/storage";

On this page