1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/cache
denobot 3da4eca7c1
2.1.0 (#26957)
Bumped versions for 2.1.0

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-11-21 03:05:02 +01:00
..
01_cache.js refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
Cargo.toml 2.1.0 (#26957) 2024-11-21 03:05:02 +01:00
lib.deno_cache.d.ts chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
lib.rs fix(ext/cache): don't panic when creating cache (#26780) 2024-11-08 12:27:29 +05:30
README.md feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
sqlite.rs fix(ext/cache): gracefully error when cache creation failed (#26895) 2024-11-16 14:29:36 +00: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