UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

4 lines (3 loc) 282 B
import type { LoaderXhrRequestParams, LoaderXhrRequestPromise } from '../../types'; declare function xhrRequest(url: string, imageId: string, defaultHeaders?: Record<string, string>, params?: LoaderXhrRequestParams): LoaderXhrRequestPromise<ArrayBuffer>; export default xhrRequest;