UNPKG
pouchdb-fetch
Version:
latest (9.0.0)
9.0.0
8.0.1
8.0.0
7.3.1
7.3.0
7.2.2
7.2.1
7.1.1
7.1.0
7.0.0
PouchDB's fetch() method.
github.com/pouchdb/pouchdb
pouchdb/pouchdb
pouchdb-fetch
/
lib
/
index-browser.es.js
5 lines
(3 loc)
•
70 B
JavaScript
View Raw
1
2
3
4
5
var
f = fetch;
var
h =
Headers
;
export
{ f
as
fetch, h
as
Headers
};