Remvoed checks for typed array support in the test suite

All supported browsers have all typed arrays except for Uint8ClampedArray,
BigInt64Array, and BigUint64Array.
This commit is contained in:
Steve Gravrock
2021-06-05 13:31:26 -07:00
parent 1e50b49092
commit 0aee81cfb9
10 changed files with 1 additions and 38 deletions

View File

@@ -17,7 +17,6 @@
}
env.requireFunctioningArrayBuffers = function() {
env.requireFunctioningTypedArrays();
if (!hasFunctioningArrayBuffers()) {
env.pending('Browser has incomplete or missing support for ArrayBuffer');
}