Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-2963

js-bson mis-handles binary values when minified

    • Not Needed

      Since 5167be2 (fixing NODE-2848) binary fields have been broken for users minifying their source.

      The .buffer attribute would contain the raw BSON blob, rather than just the field's value. This was because isBuffer would return false, as the name of the Buffer class would have been minified down to a single character.

            Assignee:
            neal.beeken@mongodb.com Neal Beeken
            Reporter:
            mongodb@rivera.za.net Stefano Rivera
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: