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.js
10 lines
(6 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
f = fetch;
var
h =
Headers
;
exports
.
fetch
= f;
exports
.
Headers
= h;