persisted method
The persisted()
method of the StorageManager interface returns a
Promise
that resolves to true
if your site's storage bucket is
persistent.
Implementation
external JSPromise<JSBoolean> persisted();
The persisted()
method of the StorageManager interface returns a
Promise
that resolves to true
if your site's storage bucket is
persistent.
external JSPromise<JSBoolean> persisted();