- Preparing search index...
- The search index is not available
NDNts
- safeIter<T>(iterable, onError?): AsyncIterableIterator<T>
-
Parameters
-
iterable: AsyncIterable<T>
-
Optional
onError: ((err?) => void)
-
- (err?): void
-
Returns void
Returns AsyncIterableIterator<T>
Yield all values from an iterable but catch any error.