1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 22:58:24 -05:00
denoland-deno/ext/node/ops
Matt Mastracci e6e708e46c
refactor: use resourceForReadableStream for fetch (#20217)
Switch `ext/fetch` over to `resourceForReadableStream` to simplify and
unify implementation with `ext/serve`. This allows us to work in Rust
with resources only.

Two additional changes made to `resourceForReadableStream` were
required:

- Add an optional length to `resourceForReadableStream` which translates
to `size_hint`
 - Fix a bug where writing to a closed stream that was full would panic
2023-12-01 08:56:10 -07:00
..
crypto chore: use pure rust secp256k1 crate (#21154) 2023-11-10 22:59:01 +05:30
zlib chore(ext/node): use libz-sys w/zlib-ng feature in node (#21158) 2023-11-11 07:20:12 -07:00
http.rs refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
http2.rs chore: update deno_core and port all remaining ops to op2 (#20954) 2023-10-25 13:43:38 +02:00
idna.rs refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
mod.rs fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
os.rs fix(ext/node): implement process.geteuid (#21151) 2023-11-10 11:49:57 -07:00
require.rs fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104) 2023-11-07 09:56:06 -05:00
util.rs fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
v8.rs chore: update deno_core and port all remaining ops to op2 (#20954) 2023-10-25 13:43:38 +02:00
winerror.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00