cornerstonejs / cornerstoneWADOImageLoader

[DEPRECATED] DICOM WADO Image Loader for the cornerstone library
MIT License
280 stars 267 forks source link

cancelFn implementation doesn't exist #515

Open AmrGablla opened 1 year ago

AmrGablla commented 1 year ago

when call cancelLoadImages in imageLoader at cornerstone it throw the exception: imageLoadObject.cancelFn is not a function

And after i checked the source code i found it set with undefined Why is that? and any plan to implement it?

thanks.