files/en-us/web/api/storagemanager/index.md
{{securecontext_header}}{{APIRef("Storage")}} {{AvailableInWorkers}}
The StorageManager interface of the Storage API provides an interface for managing persistence permissions and estimating available storage. You can get a reference to this interface using either {{domxref("navigator.storage")}} or {{domxref("WorkerNavigator.storage")}}.
true if the user agent is able to persist your site's storage.true if persistence has already been granted for your site's storage.{{Specifications}}
{{Compat}}