Ask the browser to make this origin's storage persistent.
This is the only call site of StorageManager.persist() in the SDK and it
runs only because an application called it. It is never invoked by
downloadOfflineRegion, by the probe, or by any store adapter: the request
can show a permission prompt, and a download is not consent to ask.
Ask the browser to make this origin's storage persistent.
This is the only call site of
StorageManager.persist()in the SDK and it runs only because an application called it. It is never invoked bydownloadOfflineRegion, by the probe, or by any store adapter: the request can show a permission prompt, and a download is not consent to ask.