Skip to content

Commit

Permalink
fix: link for globalThis.fetch
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining committed Sep 6, 2024
1 parent 8b18449 commit 8c71f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventsource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export type EventSourceOptions = {
logger?: Logger;

/**
* Fetch implementation to use for connecting. Defaults to globalThis.fetch
* Fetch implementation to use for connecting. Defaults to {@link globalThis.fetch}
*/
fetch?: typeof fetch;
} & Omit<RequestInit, 'cache' | 'credentials' | 'signal'>;
Expand Down

0 comments on commit 8c71f2f

Please sign in to comment.