Skip to content

Commit 5fb40f1

Browse files
committed
Update docs.
1 parent 327c1cb commit 5fb40f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-devsite/functions.httpscallablestreamoptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface HttpsCallableStreamOptions
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [limitedUseAppCheckTokens](./functions.httpscallablestreamoptions.md#httpscallablestreamoptionslimiteduseappchecktokens) | boolean | If set to true, uses limited-use App Check token for callable function requests from this instance of [Functions](./functions.functions.md#functions_interface)<!-- -->. You must use limited-use tokens to call functions with replay protection enabled. By default, this is false. |
26-
| [signal](./functions.httpscallablestreamoptions.md#httpscallablestreamoptionssignal) | AbortSignal | An AbortSignal that can be used to cancel the streaming response. When the signal is aborted, both the underlying connection and stream will be terminated. |
26+
| [signal](./functions.httpscallablestreamoptions.md#httpscallablestreamoptionssignal) | AbortSignal | An AbortSignal that can be used to cancel the streaming response. When the signal is aborted, the underlying http connection will be terminated. |
2727

2828
## HttpsCallableStreamOptions.limitedUseAppCheckTokens
2929

@@ -37,7 +37,7 @@ limitedUseAppCheckTokens?: boolean;
3737

3838
## HttpsCallableStreamOptions.signal
3939

40-
An AbortSignal that can be used to cancel the streaming response. When the signal is aborted, both the underlying connection and stream will be terminated.
40+
An AbortSignal that can be used to cancel the streaming response. When the signal is aborted, the underlying http connection will be terminated.
4141

4242
<b>Signature:</b>
4343

0 commit comments

Comments
 (0)