We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93cfca commit 05bc65cCopy full SHA for 05bc65c
src/client/sse.ts
@@ -35,11 +35,6 @@ export type SSEClientTransportOptions = {
35
36
/**
37
* 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.
43
*/
44
eventSourceInit?: EventSourceInit;
45
0 commit comments