dicomweb-client
dicomweb-client copied to clipboard
JavaScript client for DICOMweb RESTful services
Depending on the IMS implementation, they may return `octet-stream` when `image/jpeg` is available because `octet-stream` appears higher on the list of acceptable media types. This PR adds `q=0.9` to the...
Hi all, I ran into this [issue over here](https://github.com/ImagingDataCommons/dicom-microscopy-viewer/issues/90) and realized it was better addressed in this package. I'll create a PR with my fix, thanks!
The PR introduces changes to - use GitHub Actions workflows instead of Circle CI for test execution (closing #65) - improve creation and destruction of containerized test environments
The API is documented using JSDoc, but the API documentation is not accessible online.
We continue to have issues with the Travis CI builds. Let's use GitHub Workflows instead.
Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 Release notes Sourced from cookie's releases. v0.7.2 Fixed Fix object assignment of hasOwnProperty...
Bumps [rollup](https://github.com/rollup/rollup) from 0.63.5 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...