Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PersistentSingleTabManagerSettings

Type to configure an PersistentSingleTabManager instance.

interface PersistentSingleTabManagerSettings {
forceOwnership?: boolean;
}

§Properties

§
forceOwnership?: boolean
[src]

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.