Skip to content

Commit 05bc65c

Browse files
committed
chore: update commment
1 parent d93cfca commit 05bc65c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/client/sse.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ export type SSEClientTransportOptions = {
3535

3636
/**
3737
* Customizes the initial SSE request to the server (the request that begins the stream).
38-
*
39-
* NOTE: Setting this property will prevent an `Authorization` header from
40-
* being automatically attached to the SSE request, if an `authProvider` is
41-
* also given. This can be worked around by setting the `Authorization` header
42-
* manually.
4338
*/
4439
eventSourceInit?: EventSourceInit;
4540

0 commit comments

Comments
 (0)