Created
July 20, 2015 17:20
-
-
Save ronycohen/2cc2192ca5d4c2fffcb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var stream = window.memorystream; | |
PouchDB.plugin(replicationStream.plugin); //error here. | |
console.debug("stream",stream); | |
$q.all([ | |
pouch.localDB.load(stream), //error here | |
pouch.remoteDB.dump(stream) // error here | |
]).then(function (res) { | |
console.log('stream Hooray the stream replication is complete!', res); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment