1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Nayeem Rahman 5804d7434e
fix(ext/kv): don't request permissions for ":memory:" (#18346)
Currently `Deno.openKv(":memory:")` requests read+write permissions for
`./:memory:` even though no file is read or written. Also added some
guards for special sqlite paths that were unintentionally opted into.
2023-03-22 06:49:29 -04:00
..
broadcast_channel perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
cache perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
console chore(ext/console): inspect anonymous function as [Function (anonymous)] (#18283) 2023-03-21 13:12:13 +09:00
crypto perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
fetch perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
ffi perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
flash chore: bump http to ^0.29.0 (#18259) 2023-03-19 00:34:56 +00:00
fs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
http feat(core) deno_core::extension! macro to simplify extension registration (#18210) 2023-03-17 18:22:15 +00:00
io perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00
kv fix(ext/kv): don't request permissions for ":memory:" (#18346) 2023-03-22 06:49:29 -04:00
napi feat(core) deno_core::extension! macro to simplify extension registration (#18210) 2023-03-17 18:22:15 +00:00
net feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811) 2023-03-20 22:27:00 +01:00
node feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
tls feat(core) deno_core::extension! macro to simplify extension registration (#18210) 2023-03-17 18:22:15 +00:00
url perf(core): use static specifier in ExtensionFileSource (#18271) 2023-03-18 20:09:13 +00:00
web perf(core): use static specifier in ExtensionFileSource (#18271) 2023-03-18 20:09:13 +00:00
webidl perf(core): use static specifier in ExtensionFileSource (#18271) 2023-03-18 20:09:13 +00:00
websocket chore: bump http to ^0.29.0 (#18259) 2023-03-19 00:34:56 +00:00
webstorage perf(core) Reduce copying and cloning in extension initialization (#18252) 2023-03-17 22:15:27 +00:00