From 4f7268566be383691509df112cbbf4c7814de642 Mon Sep 17 00:00:00 2001 From: Rick Waldron <waldron.rick@gmail.com> Date: Thu, 19 Apr 2018 15:31:54 -0400 Subject: [PATCH] Features: add missing TypedArray constructors --- features.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.txt b/features.txt index 874e78f58f..deafacba9b 100644 --- a/features.txt +++ b/features.txt @@ -107,9 +107,11 @@ default-parameters destructuring-assignment destructuring-binding for-of +Float32Array Float64Array generators Int8Array +Int32Array let Map new.target @@ -141,6 +143,7 @@ TypedArray u180e Uint8Array Uint16Array +Uint8ClampedArray WeakMap WeakSet -- GitLab