Alexander Pahn

Results 7 comments of Alexander Pahn

We encounter the same issue at random. Some of us get stuck with `^[[8;1R` and some with `^[[10;1R`. We noticed it after upgrading from 15.8.5 to 18.2.3. I think it...

It's not that it doesn't sometimes work in our application, but rather that the relative path to the worker javascript file is not correct. I added your suggested workaround in...

Small update I mentioned above, that with the way I added the workaround I got a failing request for the `pdf.worker.mjs`. Now I know why. In `viewer.mjs` in the `_initialize()`...

> @Hollow-Ego First of all, let me thank you. You've put a lot of effort into describing and analyzing this issue. I don't see this every day. That's just great!...

> @Hollow-Ego Actually, I suggested (or tried to suggest?) using an absolute path. You know your directory layout, so you can easily use absolute paths. I can't, because every developers...

As promised, here is the update and what seems to work for all cases where we need to load the worker files. Using an absolute URL is the key and...

> Maybe it's also a good idea to check whether the URL of the worker exists. That would allow us to use a different approach to generate the path if...