You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If this flag is enabled the EventController will delete the message data of events after they have been started. This is to save memory in case events have a long duration and need to be persisted in the EventController.
357
-
* Note: Applications will receive a copy of the original event data when they subscribe to an event. This copy contains the original message data and is not affected by this setting.
358
-
* Only if an event is dispatched for the second time (e.g. when the user seeks back) the message data will not be included in the dispatched event.
* If this value is larger than -1 the EventController will delete the message data attributes of events after they have been started and dispatched to the application.
357
+
* This is to save memory in case events have a long duration and need to be persisted in the EventController.
358
+
* This parameter defines the time in milliseconds between the start of an event and when the message data is deleted.
359
+
* If an event is dispatched for the second time (e.g. when the user seeks back) the message data will not be included in the dispatched event if it has been deleted already.
360
+
* Set this value to -1 to not delete any message data.
359
361
*/
360
362
361
363
/**
@@ -693,7 +695,7 @@ import Events from './events/Events.js';
0 commit comments