Marcin Wanago
Marcin Wanago
Hello. Any plans on going forward with this one? 💔
@pckhoi I don't seem to be able to use a relative path here. ``` options: { crossOrigin: '/static-proxy/' } ``` > Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The...
@evilebottnawi Maybe allowing a function to be used as the `crossOrigin` (or another name we come up with) would help. I could use `${window.location.origin}/static-proxy` as the return of the function....
@evilebottnawi My public path is set to something else and I need it to stay this way. I need to override it only for the worker path.
@pckhoi This is precisely due to me wanting to solve my cross-origin issue. @evilebottnawi I've created a small proxy on my Node.js backend that is in the same origin and...
> ping me at this Friday and we try to solve this @alexander-akait I am pinging you 👀
> ping me at this Friday and we try to solve this @alexander-akait Is there any hope for tackling this issue?
> Sorry for delay, deadline + a lot of issues, I remember about this, try to return to this in near future, sorry again Is there any way I can...
@alexander-akait I think `workerChunkUrl` sounds fine, as long as we allow it to be a relative path.
@evilebottnawi This would be awesome. Any news on the fix for this?