persisted method

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.

Implementation

external JSPromise<JSBoolean> persisted();