We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5df7a commit 7b96688Copy full SHA for 7b96688
src/polyfill/bigint64array.js
@@ -1,7 +1,3 @@
1
-#if !POLYFILL
2
-assert(false, "this file should never be included unless POLYFILL is set");
3
-#endif
4
-
5
if (typeof BigInt64Array === "undefined") {
6
// BigInt64Array polyfill for Safari versions between v14.0 and v15.0.
7
// All browsers other than Safari added BigInt and BigInt64Array at the same
0 commit comments