Closed
Description
BigInt
is supported in Safari 14 on both macOS Catalina/Big Sur and iOS 14, makes perfect sense to support it on our side too, especially to allow proper handling of Int64.
Need to be careful about browser compatibility though. Should JavaScriptKit just fatalError
on older browsers when users attempt to use JSBigInt
in their code?
Also a good case for a pitch for proper browser versioning in Swift, I'll open a separate toolchain issue for it.