Also on Cloudflare Pages with the Edge runtime? If I do the below it throws `The 'cache' field on 'R

Also on Cloudflare Pages with the Edge runtime? If I do the below it throws The 'cache' field on 'RequestInitializerDict' is not implemented. when called on the pages deployment.

const response = await fetch(`/example`, {
    cache: 'no-store'
  });

https://github.com/cloudflare/workerd/issues/698
Was this page helpful?