UNPKG

@broadcaster/core

Version:

Cross window serverless messaging system based on BroadcastChannel API. Allows to send messages and keep track about instances between browsing contexts (tabs, windows, workers, etc..)

16 lines (15 loc) 268 B
/** * @units ms * @constant */ export declare const DEFAULT_BEACON_TIMER = 500; /** * @units ms * @constants */ export declare const DEFAULT_GARBAGE_COLLECTOR_TIMER = 500; /** * @units ms * @constants */ export declare const DEFAULT_REMOVE_AFTER_TIME = 1500;