-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON
-
Empty show more show less
BigInt is now available in newer js runtimes and we should allow users to decode to the type and handle encoding the type where possible, we also will want to include a polyfill to support older runtimes. Note it is not possible to polyfill the BigInt syntax '23n' but we can support creating and working with BigInt's via constructors.
- is duplicated by
-
NODE-2529 Add support for BigInt
- Closed