1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Yusuke Tanaka 9b4026563c
feat(ext/kv): configurable limit params (#25174)
This commit makes various limit parameters in `deno_kv` configurable.

Currently these values are declared as constants and thus can't be
modified from outside. However, there may be situations where we want to
change it. This commit makes this possible by introducing a new struct
`KvConfig` that needs to be given as the 2nd param in `init_ops`.
2024-08-27 00:30:19 -07:00
..
broadcast_channel chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
cache chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
canvas chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
console chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
cron chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
crypto fix(ext/crypto): throw DataError for invalid EC key import (#25181) 2024-08-23 22:06:40 +05:30
fetch Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
ffi chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
fs chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
http chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
io chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
kv feat(ext/kv): configurable limit params (#25174) 2024-08-27 00:30:19 -07:00
napi chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
net chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
node perf(ext/node): reduce some allocations in require (#25197) 2024-08-26 11:13:39 -04:00
node_resolver perf(ext/node): reduce some allocations in require (#25197) 2024-08-26 11:13:39 -04:00
tls chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
url chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
web Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
webgpu fix(ext/webgpu): allow to build on unsupported platforms (#25202) 2024-08-25 19:29:11 +05:30
webidl Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
websocket chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00
webstorage chore: forward v1.46.1 release commit to main (#25155) 2024-08-22 10:44:53 -07:00