deno/ext/cache
Bartek Iwańczuk 730331622e
chore: forward v2.0.3 commit to main (#26535)
Forwarding v2.0.3 commit to `main`

Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-10-25 09:57:40 -04:00
..
01_cache.js refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
Cargo.toml chore: forward v2.0.3 commit to main (#26535) 2024-10-25 09:57:40 -04:00
lib.deno_cache.d.ts chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
lib.rs refactor(ext/net): use concrete error type (#26227) 2024-10-17 09:43:04 -07:00
README.md feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
sqlite.rs refactor(ext/cache): use concrete error type (#26109) 2024-10-12 09:15:10 -07:00

deno_cache

This crate implements the Cache API for Deno.

The following APIs are implemented:

Cache APIs don't support the query options yet.

Spec: https://w3c.github.io/ServiceWorker/#cache-interface