Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 20, 2023
1 parent 5d2c12e commit 5e11493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/async/iterableUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export function createReadableStream<TValue = unknown>() {

/**
* Creates an event that adheres to the [Event Stream format](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format)
*
*
* When called without any arguments, it returns a keep-alive event.
* @param opts {{ data?: TData; event?: TEvent; id?: TId; retry?: TRetry }}
* @param opts.data The data to send to the client. This value will be seriaized to JSON.
* @param opts.data The data to send to the client. This value will be serialized to JSON.
* @param opts.event The type of event to send to the client. Defaults to `message`.
* @param opts.id The id of the event to send to the client, used to resume the connection.
* @param opts.retry The reconnection time. If the connection to the server is lost, the
Expand Down

0 comments on commit 5e11493

Please sign in to comment.