Details
-
Task
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
Description
Discuss if we want to add a "buffer" support.
- Right now it is valid to instantiate a JS Buffer only in the Binary object constructor. Should users be able to instantiate buffer data types outside of the BSON binary object?
- Will people ever actually use it, outside of the BSON Binary type?
- There isn't a shell equivalent outside of using the subtype like `md5(...data...)`.