摘要: Streams represent a sequence of asynchronous events. Each event is either a data event, also called an element of the stream, or an error event, which 阅读全文
posted @ 2019-09-03 17:21 Zhentiw 阅读(227) 评论(0) 推荐(0)
摘要: This can be handy if you have a rate limit on API requests or if you need to pass the result of each promise to the next one. function fetchMessages(u 阅读全文
posted @ 2019-09-03 13:06 Zhentiw 阅读(119) 评论(0) 推荐(0)