Interface PouchReplicate

Index

Methods

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