We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfb4b6 commit 5dc8ad0Copy full SHA for 5dc8ad0
README.md
@@ -432,8 +432,9 @@ Or it can be an array of value arrays following an array of keys.
432
433
If *opts* is set, it must be an object with any of the following properties:
434
435
-* *waitForSync*: Wait until the documents have been synced to disk. Default: *false*.
+* *waitForSync*: Wait until the documents have been synced to disk. Default: `false`.
436
* *details*: Whether the response should contain additional details about documents that could not be imported. Default: *false*.
437
+* *type*: Indicates which format the data uses. Can be `"collection"`, `"array"` or `"auto"`. Default: `"auto"`.
438
439
#### collection.replace(documentHandle, data, [opts,] callback)
440
0 commit comments