An HttpsCallableStreamResult wraps a single streaming result from a function call.
Signature:
export interface HttpsCallableStreamResult<ResponseData = unknown, StreamData = unknown>
Properties
| Property |
Type |
Description |
| data |
Promise<ResponseData> |
|
| stream |
AsyncIterable<StreamData> |
|
HttpsCallableStreamResult.data
Signature:
readonly data: Promise<ResponseData>;
HttpsCallableStreamResult.stream
Signature:
readonly stream: AsyncIterable<StreamData>;
Send feedback
Last updated 2024-12-13 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-13 UTC."],[],[]]