Would love to be able to pass fetch
and/or autoParse
per request
#35
Labels
enhancement
New feature or request
fetch
and/or autoParse
per request
#35
I am finding scenarios where I generally want auto-parsing but sometimes I need access to the response object. I would prefer to just pass
autoParse: false
on those specific calls. Similarly, I am writing code that I want to work in both edge workers and the browser where I would like to be able to pass the fetch override from sveltekit in per request rather than having to create a whole fetcher every server-side call-site.The text was updated successfully, but these errors were encountered: