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 aa993f0 commit 9ae31c0Copy full SHA for 9ae31c0
packages/functions/src/public-types.ts
@@ -81,7 +81,7 @@ export interface HttpsCallableOptions {
81
export interface HttpsCallableStreamOptions {
82
/**
83
* An AbortSignal that can be used to cancel the streaming response. When the signal is aborted,
84
- * both the underlying connection and stream will be terminated.
+ * the underlying http connection will be terminated.
85
*/
86
signal?: AbortSignal;
87
0 commit comments