Is `Dynamic Worker Loader` global `fetch()` support working as intended? We have code using `fetch(
Is
We have code using
Are there any special configurations required to enable
Dynamic Worker Loader global fetch() support working as intended?We have code using
fetch() that works inside the isolate locally with wrangler; however in production we are seeing 405 Method Not Allowed.Are there any special configurations required to enable
fetch() requests from inside the isolate on production?