keeweb / kdbxweb

Web Kdbx library
https://app.keeweb.info
MIT License
413 stars 57 forks source link

Import db from xml #6

Closed exromany closed 8 years ago

exromany commented 8 years ago
var credentials = new kdbxweb.Credentials(kdbxweb.ProtectedValue.fromString(''));
kdbxweb.Kdbx.import(data, credentials, function(db) {  });
antelle commented 8 years ago

Hello! Thanks for contribution :gift: Please revert dist to original version and fix my following comments, to make it even better, and I'll happily merge it.

exromany commented 8 years ago

Done, looks better

antelle commented 8 years ago

Thanks a lot! :100: I've added some error handling as well and fixed tests in browsers. Will update readme and version soon.

antelle commented 8 years ago

v0.3.6 version pushed

exromany commented 8 years ago

great!