rxjs forkjoin弃用

发布于 2025-01-21 05:36:48 字数 1401 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖兔^ω^ 2025-01-28 05:36:48

方法更改了方法,它现在接受observableInput的数组或observableInput的字典对象。

observableInput - 可以转换为可观察到的有效类型。

参见 rxjs.dev/api/index/function/forkjoin

接受observableInput的数组
observableInput并返回可观察的发出的
与传递数组完全相同的顺序中的值数组,或
与通过字典相同形状的值字典。

Method signature changed, it now accepts an array of ObservableInput or a dictionary Object of ObservableInput.

ObservableInput - Valid types that can be converted to observables.

See rxjs.dev/api/index/function/forkJoin

Accepts an Array of ObservableInput or a dictionary Object of
ObservableInput and returns an Observable that emits either an
array of values in the exact same order as the passed array, or a
dictionary of values in the same shape as the passed dictionary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文