Skip to content

Commit

Permalink
docs: resolve discovery customFetch jsdoc mentioning timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 23, 2024
1 parent 71a90fb commit 5f4cd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/DiscoveryRequestOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Support from the community to continue maintaining and improving this module is
`optional` **\[customFetch\]**: [`CustomFetch`](../type-aliases/CustomFetch.md)

Custom [Fetch API](https://developer.mozilla.org/docs/Web/API/Window/fetch) implementation to use for the HTTP Requests
the client will be making. If this option is used, then the same timeout
the client will be making. If this option is used, then the customFetch
value will be assigned to the resolved [Configuration](../classes/Configuration.md) instance for
use with all its future individual HTTP requests.

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ export function randomDPoPKeyPair(
export interface DiscoveryRequestOptions {
/**
* Custom {@link !fetch Fetch API} implementation to use for the HTTP Requests
* the client will be making. If this option is used, then the same timeout
* the client will be making. If this option is used, then the customFetch
* value will be assigned to the resolved {@link Configuration} instance for
* use with all its future individual HTTP requests.
*
Expand Down

0 comments on commit 5f4cd1b

Please sign in to comment.