Shubham Latiyan
Results
2
comments of
Shubham Latiyan
> @sapphi-red your workaround works ! thanks Please, can I get an example how to use above workaround
> This is happening because Workers are always fetched with requestMode="same-origin" ([whatwg/html#3656](https://github.com/whatwg/html/pull/3656)). `new Worker` has [`credentials` option](https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker#credentials), but IIUC it is disabled. > > The current workaround is to use...