You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api.js
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -314,14 +314,16 @@ class DICOMwebClient {
314
314
* @param {Object} headers
315
315
* @param {Object} responseType
316
316
* @param {Function} progressCallback
317
+
* @param {XMLHttpRequest} request - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Object} params - Additional HTTP GET query parameters
684
686
* @param {Function} progressCallback
687
+
* @param {XMLHttpRequest} request - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
685
688
* @private
686
689
* @returns {Promise<Array>} Content of HTTP message body parts
* @param {XMLHttpRequest} [options.request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
1757
1762
* @returns {Promise<ArrayBuffer>} DICOM Part 10 file as Arraybuffer
0 commit comments