calvinmetcalf / crypto-pouch

plugin for encrypted pouchdb/couchdb databases
MIT License
243 stars 44 forks source link

Pouchdb6.1.0 with crypto-pouch3.1.1 fails on IE 10,Firefox and safari 5.1.7 #49

Closed amruthgs closed 3 years ago

amruthgs commented 7 years ago

The upgrade works fine on chrome once the existing indexeddb are cleared. But on the IE, Firefox and safari native-crypto throws an unknown character error and injecting pouchdb in angular fails.

Error(unknown name: ${ name }); Error: Invalid character: '`'

calvinmetcalf commented 7 years ago

how are you building it, web pack, browserify, rollup?

amruthgs commented 7 years ago

via jspm as bundlesfx

garbados commented 3 years ago

Hi @amruthgs ! We just published version 4.0 which doesn't bundle native-crypto anymore. I invite you to try again and let me know how it goes. I'm going to close this issue since it's been a long time, but I can re-open it at your request :)