Commits


Yulong Wang authored and GitHub committed 3c4efd2e775
[js/common] allows polyfill for bigint (#14921) ### Description This change delays the execution of checking whether bigint is available in the context. This allows polyfill for `BigInt64Array`/`BigUint64Array` (if there is any)