目录
当前位置: 首页 > 文档资料 > Lazy.js 英文文档 >

getIterator

优质
小牛编辑
134浏览
2023-12-01

Throws an exception. You cannot manually iterate over an asynchronous sequence.

Examples

Lazy([1, 2, 3]).async().getIterator() // throws