How to use the pouchdb-fetch.fetch function in pouchdb-fetch

To help you get started, we’ve selected a few pouchdb-fetch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pouchdb / pouchdb / packages / node_modules / pouchdb-core / src / setup.js View on Github external
PouchDB.fetch = function (url, opts) {
  return fetch(url, opts);
};

pouchdb-fetch

PouchDB's fetch() method.

Apache-2.0
Latest version published 1 month ago

Package Health Score

92 / 100
Full package analysis

Similar packages