Service worker "backgroundFetch" fails when passing headers
I try upload files from a web app in the browser to a backend server(AWS s3, so not same origin) with backgroundFetch, but when I pass any kind headers to the Request, it fails immediately with status 0, "fetch-error".