* Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to * receive messages (because of network slowness or other issues, or because they’re connected through long polling * and is in the middle of a request-response cycle). * * @ret
()
| 87 | * @public |
| 88 | */ |
| 89 | public get volatile(): BroadcastOperator<EmitEvents, ServerSideEvents> { |
| 90 | return this.newBroadcastOperator().volatile; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Sets the compress flag. |
nothing calls this directly
no test coverage detected