add missing TypedArray feature

This commit is contained in:
Jordan Harband 2022-04-14 15:31:37 -07:00 committed by jugglinmike
parent 33a5433d1b
commit 4bbe20d52c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*---
description: >
Creating TypedArray from other TypedArrays doesn't look up Symbol.species.
features: [Symbol.species]
features: [TypedArray, ArrayBuffer, Symbol.species]
---*/
let throwOnGrossBufferConstruction = false;