docs-devsite/firestore_.persistentsingletabmanagersettings.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Type to configure an PersistentSingleTabManager instance.
<b>Signature:</b>
export declare interface PersistentSingleTabManagerSettings
| Property | Type | Description |
|---|---|---|
| forceOwnership | boolean | Whether to force-enable persistent (IndexedDB) cache for the client. This cannot be used with multi-tab synchronization and is primarily intended for use with Web Workers. Setting this to <code>true</code> will enable IndexedDB, but cause other tabs using IndexedDB cache to fail. |
Whether to force-enable persistent (IndexedDB) cache for the client. This cannot be used with multi-tab synchronization and is primarily intended for use with Web Workers. Setting this to true will enable IndexedDB, but cause other tabs using IndexedDB cache to fail.
<b>Signature:</b>
forceOwnership?: boolean;