Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

SessionResumingOptions

The options for resuming a session.

API/Interfaces/SessionResumingOptions
hoshimi/src/types/Rest.d.ts

Signature

export interface SessionResumingOptions

Properties

2
resumingtimeout

Methods

0

No methods.

Properties

resuming#
resuming: boolean;

Whether the session is resuming.

@type{boolean}
timeout#
timeout?: number | null;

The timeout for resuming the session in milliseconds.

@type{number | null | undefined}