8000 Releases · colinskow/pouch-mirror · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: colinskow/pouch-mirror

New API, Browser Support!

08 May 19:57
Compare
Choose a tag to compare

The PouchMirror API has changed and now requires you to explicitly call pouchMirror.start([options]) to begin replication. Replication can be stopped at any time by calling pouchMirror.pause(). Your localDB MUST now be passed in as a PouchDB instance. All functions not overridden by PouchMirror will now pass through directly to the localDB. remote can be a URL string or PouchDB instance.

Browser support has also been added! Just include a script tag below PouchDB.

0