Does this happen with a simple Worker? Like this ``` export default { fetch() { return new Respon

Does this happen with a simple Worker? Like this

export default {
  fetch() { return new Response("foo") }
}
Was this page helpful?