Bug report
Describe the bug
Using cache.put returns Web Cache is not available in this context. when the cache api example uses it:
|
await cache.put(url, response.clone()); |
To Reproduce
Follow this example: https://github.com/supabase/edge-runtime/blob/develop/examples/cache-api/index.ts
Expected behavior
Not sure if the example is suppose to work or if cache.put is disabled or if additional steps are needed.