Scott
Scott
EDIT: I made a PR to fix the error that was not caught: https://github.com/cornerstonejs/cornerstoneWADOImageLoader/pull/332 @dannyrb I have reproduced the issue by taking https://rawgit.com/cornerstonejs/cornerstoneWADOImageLoader/master/examples/dicomfile/index.html and saving it as a local page....
In my application, the error I get is "dicomParser.readFixedString: attempt to read past end of buffer".. but on the dragAndDropDump page the error is "Typed array constructor argument is invalid"......
Something like this should work.. Sorry about the formatting.. I cannot for the life of me figure out how to make this look pretty here : `import React, {Component} from...
@TkDodo My code change was not for react, but for solid (hence my changes are in packages/solid-query/src/createBaseQuery.ts). What I am seeing is the server returns a page with the error...
According to the docs: > Assumes runtime support of [WebCryptoAPI](https://w3c.github.io/webcrypto/) and [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) So I don't think we can pass in our own polyfill etc. I was looking for a...