ScaleBun
Skip to article

Session

webDeveloper

The ScaleBun.session namespace — 3 members.

Updated Reviewed
TypeScript
import ScaleBun from '@scalebun/web';
ScaleBun.session.<method>(…);

Members#

MemberSignature
startstart(): void
endend(): void
emitEventemitEvent(name: string, props?: Record<string, unknown>): void

Reference#

start#

TypeScript
ScaleBun.session.start(): void

end#

TypeScript
ScaleBun.session.end(): void

emitEvent#

TypeScript
ScaleBun.session.emitEvent(name: string, props?: Record<string, unknown>): void