Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
PouchReplicate
Interface PouchReplicate
Index
Methods
from
to
Methods
public
from
(
url
:
string
, opts
:
PouchReplicateOptions
, callback
:
(err: PouchError, res: PouchReplicateResponse) => void
)
:
PouchCancellable
Parameters
url:
string
opts:
PouchReplicateOptions
callback:
(err: PouchError, res: PouchReplicateResponse) => void
Returns
PouchCancellable
public
from
(
url
:
string
, callback
:
(err: PouchError, res: PouchReplicateResponse) => void
)
:
PouchCancellable
Parameters
url:
string
callback:
(err: PouchError, res: PouchReplicateResponse) => void
Returns
PouchCancellable
public
to
(
dbName
:
string
, opts
:
PouchReplicateOptions
, callback
:
(err: PouchError, res: PouchReplicateResponse) => void
)
:
PouchCancellable
Parameters
dbName:
string
opts:
PouchReplicateOptions
callback:
(err: PouchError, res: PouchReplicateResponse) => void
Returns
PouchCancellable
public
to
(
dbName
:
string
, callback
:
(err: PouchError, res: PouchReplicateResponse) => void
)
:
PouchCancellable
Parameters
dbName:
string
callback:
(err: PouchError, res: PouchReplicateResponse) => void
Returns
PouchCancellable
Globals