LinusU / secure-remote-password

A modern SRP implementation for Node.js and Web Browsers
101 stars 22 forks source link

Doesn't parse in iOS 8 #21

Open dobesv opened 5 years ago

dobesv commented 5 years ago

The code doesn't load in iOS due to the use of the const keyword. The package has to be run through babel first. I'm pretty sure there's some trick others are using to solve this, like publishing to npm with a version of the app run through babel in it.