This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
should AsyncIterator.protoype.filter have a fast path for sync predicates? #230
Closed
Description
As mentioned by @rbuckton in #117 (comment).
Also it was questioned whether true
/false
should be the fast path or truthy/falsey non-thenables. I would only support true
/false
.