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 edff0ac commit 50b0678Copy full SHA for 50b0678
src/baseclient.js
@@ -167,7 +167,7 @@ BaseClient.prototype = {
167
* @param {string} path - Path relative to the module root
168
* @param {string|ArrayBuffer|ArrayBufferView} body - Raw data to store
169
*
170
- * @returns {Promise} A promise for an object
+ * @returns {Promise} A promise for the created/updated revision (ETag)
171
*/
172
storeFile: function (mimeType, path, body) {
173
if (typeof(mimeType) !== 'string') {
0 commit comments