Skip to content

Commit 2c4a2df

Browse files
authored
minor doc changes (#39)
1 parent ebc875d commit 2c4a2df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ export type DataAPIHttpOptions =
110110
/**
111111
* The options available for the {@link DataAPIClient} related to making HTTP requests using the native fetch API.
112112
*
113+
* This will be the default client when running on non-node runtimes.
114+
*
113115
* @public
114116
*/
115117
export interface FetchHttpClientOptions {
@@ -131,6 +133,9 @@ export interface FetchHttpClientOptions {
131133
/**
132134
* The options available for the {@link DataAPIClient} related to making HTTP requests using the default http client.
133135
*
136+
* This will be the default client when running on node. May cause issues on non-node runtimes. Prefer to use the
137+
* {@link FetchHttpClientOptions} instead if that is the case.
138+
*
134139
* @public
135140
*/
136141
export interface DefaultHttpClientOptions {

0 commit comments

Comments
 (0)