Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid new Set([iterable]) for thenables (#14592)
Fixes #14583 Using `new Set([iterable])` does not work with IE11's non-compliant Set implementation. By avoiding this pattern we don't need to require a Set polyfill for IE11
- Loading branch information