From f70e3e3cf16ab65ff3328f0a81b5ac720343b718 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Fri, 20 Mar 2020 11:55:41 -0400 Subject: [PATCH] Features: remove duplicate "Promise.any" --- features.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features.txt b/features.txt index 4e000ec8b9..764e39746b 100644 --- a/features.txt +++ b/features.txt @@ -7,10 +7,6 @@ # # https://github.com/tc39/process-document -# Promise.any -# https://github.com/tc39/proposal-promise-any -Promise.any - # Missing checks in Proxy internal methods # https://github.com/tc39/ecma262/pull/666 proxy-missing-checks