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 06cc6ab commit cbf55aeCopy full SHA for cbf55ae
js/core/src/action.ts
@@ -529,6 +529,8 @@ export const sentinelNoopStreamingCallback = () => null;
529
/**
530
* Executes provided function with streaming callback in async local storage which can be retrieved
531
* using {@link getStreamingCallback}.
532
+ *
533
+ * @deprecated `getStreamingCallback` is no longer used internally
534
*/
535
export function runWithStreamingCallback<S, O>(
536
streamingCallback: StreamingCallback<S> | undefined,
0 commit comments