問題タブ [node-fetch]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
81 参照

node.js - 余分な「その後」を使用したnodejsフェッチ実装?

ライブラリ「node-fetch」を使い始めました。ドキュメントには、ライブラリの使用方法に関するいくつかの例があります。

すべての例は、連結された then-call のこのスタイルで書かれています。

1 回の then-call だけで完了できませんか?

このような?

複数の then-call を持つ利点は何ですか?