worker-dom
worker-dom copied to clipboard
fetch should not require absolute URLs
Currently, fetch(/test.json') will fail with in exception that the host cannot be determined.
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?