PersistentSingleTabManagerSettings interface
Stay organized with collections
Save and categorize content based on your preferences.
Type to configure an PersistentSingleTabManager
instance.
Signature:
export declare interface PersistentSingleTabManagerSettings
Properties
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 true will enable IndexedDB, but cause other tabs using IndexedDB cache to fail. |
PersistentSingleTabManagerSettings.forceOwnership
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.
Signature:
forceOwnership?: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-30 UTC.
[null,null,["Last updated 2023-03-30 UTC."],[],[],null,["Type to configure an `PersistentSingleTabManager` instance.\n\n**Signature:** \n\n export declare interface PersistentSingleTabManagerSettings \n\nProperties\n\nPersistentSingleTabManagerSettings.forceOwnership\n\nWhether 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.\n\n**Signature:** \n\n forceOwnership?: boolean;"]]