Closed
Description
Is your feature request related to a problem? Please describe.
I wanted to use the parse-client with nativescript app but as far as I can see this library uses some of the javascript modules which are not available in nativescript runtime (Ex. local storage, crypto,). Can we redesign this library using only modules which are available stripdown javascript runtime. If we can do that we do not need to import different modules for different platform(like react, nativescript, node, web browsers, ionic, electron etc).