worker-dom icon indicating copy to clipboard operation
worker-dom copied to clipboard

fetch should not require absolute URLs

Open sebastianbenz opened this issue 6 years ago • 1 comments

Currently, fetch(/test.json') will fail with in exception that the host cannot be determined.

sebastianbenz avatar Apr 17 '19 08:04 sebastianbenz

I was thinking about this same thing with @samouri recently.

I assume we want absolute URLs because the page might be served from cache. wdyt?

morsssss avatar Feb 27 '20 22:02 morsssss