cornerstonejs / dicomParser

JavaScript parser for DICOM Part 10 data
MIT License
713 stars 228 forks source link

fix: prevent undefined module error when checking for node/browser environment #176

Closed swederik closed 3 years ago

swederik commented 3 years ago

This was breaking WADO Image Loader's deflate support

ohif-bot commented 3 years ago

:tada: This PR is included in version 1.8.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

hantq commented 3 years ago

@swederik I think this condition is insufficient to detect the browser environment. It may fail in web worker.