Open
Description
Many Web applications perform tasks in a Web Worker, and this includes fetching.
Therefore, it would be useful if this library's fetch
would also function in a Web Worker.
Of course, the library cannot fully do everything in the Web Worker (since logging in involves redirecting etc.), but if the fetch
functionality could be transferable to worker, that would be great. One option for this is that the required settings can be serialized as a JSON object in the main window, and then be reconstructed in the worker.