1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Luca Casonato c061538417
refactor(ext/net): clean up variadic network ops (#16392)
Previously `op_net_listen`, `op_net_accept`, and various other ops in
ext/net where variadic on the transport. This created a lot of code
bloat. This commit updates the code to instead have separate ops for
each transport.
2022-10-24 14:55:39 +02:00
..
broadcast_channel chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
cache chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
console chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
crypto chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
fetch fix(ext/fetch): fix size_hint on response body resource (#16254) 2022-10-24 13:26:41 +02:00
ffi chore: upgrade rusty_v8 to 0.54.0 (#16368) 2022-10-20 21:01:49 +02:00
flash chore(core): remove core.opSync (#16379) 2022-10-21 19:35:23 +05:30
http chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
napi chore: upgrade rusty_v8 to 0.54.0 (#16368) 2022-10-20 21:01:49 +02:00
net refactor(ext/net): clean up variadic network ops (#16392) 2022-10-24 14:55:39 +02:00
node feat(unstable/npm): initial type checking of npm specifiers (#16332) 2022-10-21 15:20:18 +00:00
tls chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
url chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
web perf(ext/streams): fast path when consuming body of tee'd stream (#16329) 2022-10-24 13:13:20 +02:00
webgpu chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
webidl chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
websocket perf(serde_v8): serde_v8::StringOrBuffer return JS ArrayBuffer instead of Uint8Array (#16360) 2022-10-20 16:03:57 +05:30
webstorage chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00