-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementNew feature or requestNew feature or request
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.
lin72h
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request