File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ export type DataAPIHttpOptions =
110
110
/**
111
111
* The options available for the {@link DataAPIClient} related to making HTTP requests using the native fetch API.
112
112
*
113
+ * This will be the default client when running on non-node runtimes.
114
+ *
113
115
* @public
114
116
*/
115
117
export interface FetchHttpClientOptions {
@@ -131,6 +133,9 @@ export interface FetchHttpClientOptions {
131
133
/**
132
134
* The options available for the {@link DataAPIClient} related to making HTTP requests using the default http client.
133
135
*
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
+ *
134
139
* @public
135
140
*/
136
141
export interface DefaultHttpClientOptions {
You can’t perform that action at this time.
0 commit comments