Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Apr 26, 2024
1 parent 2d3177d commit f320d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.js
Expand Up @@ -103,7 +103,7 @@ window.addEventListener('error', function (event) {

window.addEventListener('load', function() {
if (typeof Symbol !== 'function' || typeof Symbol.asyncIterator !== 'symbol' ||
typeof BigInt !== 'function' || typeof BigInt.asIntN !== 'function' || typeof BigInt.asUintN !== 'function') {
typeof BigInt !== 'function' || typeof BigInt.asIntN !== 'function' || typeof BigInt.asUintN !== 'function' || typeof DataView.prototype.getBigInt64 !== 'function') {
throw new Error('Your browser is not supported.');
}
window.exports.preload(function(value, error) {
Expand Down

0 comments on commit f320d06

Please sign in to comment.