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

PersistentMultipleTabManager

A tab manager supporting multiple tabs. SDK will synchronize queries and mutations done across all tabs using the SDK.

interface PersistentMultipleTabManager {
kind: "PersistentMultipleTab";
}

§Properties

§
kind: "PersistentMultipleTab"
[src]