Nikita Guryev
Nikita Guryev
@Donovantxy did you manage to fix the issue?
@sdenardi do you have any progress with that? Your experience would be much appreciated
I'm using angular 11 and this approach helped: https://stackoverflow.com/questions/60857214/uncaught-domexception-failed-to-execute-importscripts-on-workerglobalscope instead of `ace`-related files, corneerstone files were added: ``` "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options": { ...... "scripts": [ "node_modules/cornerstone-wado-image-loader/dist/610.bundle.min.worker.js",...
@sedghi maybe this doc will help you: https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.7.7.html If I understand correctly, it's OK to have one or more comma-separated mediatypes. And origin server will ignore all mediatypes that are...
Hello @HamzaPooki! This approach helped me: Depending on your angular version, add this script to output bundle inside `angular.json` file ``` "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options": { ........
@HamzaPooki please, try latest 4.10.2 version