Right now, the MD_HANDLE opaque type used in the native MDaemon APIs to refer to a user descriptor is exposed to Node.js with the Buffer type.
According to Sindre Sorhus's comments, for the security of a package, it would be good to plan a migration to Uint8Array.
Right now, the
MD_HANDLEopaque type used in the native MDaemon APIs to refer to a user descriptor is exposed to Node.js with the Buffer type.According to Sindre Sorhus's comments, for the security of a package, it would be good to plan a migration to Uint8Array.