Variables

DEFAULT_SESSION_STORAGE_KEY

Variable: DEFAULT_SESSION_STORAGE_KEY

const DEFAULT_SESSION_STORAGE_KEY: "agentfootprint.sessionId" = 'agentfootprint.sessionId'

Defined in: src/hosting/browserSession.ts:44

The default localStorage key. Named, so a page can clear it deliberately.

On this page