Skip to content

Commit

Permalink
Remove pouchdb-ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Apr 29, 2024
1 parent 84b7afb commit b0b828b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions docs/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,16 +392,6 @@ Utilities for PouchDB adapters.
npm install --save-exact pouchdb-adapter-utils
```

### pouchdb-ajax

PouchDB's `ajax()` function.

#### Example usage

```bash
npm install --save-exact pouchdb-ajax
```

### pouchdb-binary-utils

Utilities for operating on binary strings and Buffers/Blobs.
Expand Down
1 change: 0 additions & 1 deletion packages/node_modules/pouchdb-for-coverage/extras/ajax.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/node_modules/pouchdb-utils/src/bulkGetShim.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function bulkGet(db, opts, callback) {
}

// globally-supplied options
['revs', 'attachments', 'binary', 'ajax', 'latest'].forEach(function (param) {
['revs', 'attachments', 'binary', 'latest'].forEach(function (param) {
if (param in opts) {
docOpts[param] = opts[param];
}
Expand Down

0 comments on commit b0b828b

Please sign in to comment.