Stream name (key of App.Events)
Optionaldebug?: DebugLogger | booleanOptional debug logger.
true uses consoleundefined disables debug outputOptionaldeserializer?: Deserializer<S>Custom deserializer for application events.
If omitted, JSON.parse is used.
IMPORTANT:
Client configuration for EventSource.
Extends the native
EventSourceInitwith optional decoding and debugging hooks.