Dion
Dion
Thank you! Appreciate it
The underling issue is likely described here: https://web.dev/cross-origin-isolation-guide/
I usually just +1 or thumbs up this issue, but it's important enough to comment here. I'm a customer, and scaring people off from some random domain is making me...
It might have been because I had a space in the URLs here:
On this topic, in general how are streams and promises cleaned up, memory wise. E.g. if you add a then(...) to a promise, and the parent promise object cluster gets...
Yeah, no need to apologize for anything, this piece of code is super useful to me, and requests or questions are completely optional to even answer. Gratitude for a useful...
Basically, I want a conditional catch/errorPipe: when I examine the error, I may want to rethrow, or convert to a non-error.
That would be great. `errorMap` sounds clear, but it's not clear what the second approach would look like.
I have this exact same problem. @Innei did you find any workarounds?
I think that plugins need: - every bit of context available - a canonical way to compute URLs for a given document - possibly a preferred ordering if URLs cannot...