-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
the README says "NOTE: If you expect this library to run on an iOS 10 device, ensure that you are using [email protected] or greater."
I assume that is for the Buffer.prototype.reverse issue that I'm running into, but it doesn't seem to actually fix it ...
also I don't see anything in the buffer package that indicates a fix for the missing reverse method, or was that about Buffer.from?
Uint8Array
doesnt have reverse
in my iOS emulator.