I have an app using pdf.js that works very well in Chrome, Safari and Firefox. It also works in Edge, except the loading times of PDFJS.getDocument is extremely long - minutes. I fetch the file from firebase storage and as far as I can read from the Edge network logger, getting it from firebase is just a few seconds.
I can read from the pdf.js documentation the support for Edge is limited, but I don't know what that mean. Anybody have similar experience with Edge and maybe a solution?