Is there a way to set a custom response header?
I'm trying to use a webworker, and I see this error when I do:
const worker = new Worker('/worker.js')
1 Reply
Is there a way I can set that header in the response when fetching that file?