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 b81b399 commit 4e39782Copy full SHA for 4e39782
test/examples/src/js/UpdateDoc.js
@@ -37,7 +37,7 @@ const updateDoc = async () => {
37
).result;
38
39
// Note: for response byte stream use:
40
- // const documentAsStream = (
+ // const documentAsByteStream = (
41
// await client.getDocumentAsStream({
42
// docId: 'example',
43
// db: exampleDbName,
test/examples/src/ts/UpdateDoc.ts
@@ -42,7 +42,7 @@ const getDocParams: CloudantV1.GetDocumentParams = {
// };
// client
44
// .getDocumentAsStream(getdocAsStreamParam)
45
-// .then((documentAsStream) => {});
+// .then((documentAsByteStream) => {});
46
47
client
48
.getDocument(getDocParams)
0 commit comments