1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/node/ops
Bartek Iwańczuk 5a1505db67
feat(ext/node): http2.connect() API (#19671)
This commit improves compatibility of "node:http2" module by polyfilling
"connect" method and "ClientHttp2Session" class. Basic operations like
streaming, header and trailer handling are working correctly. 
Refing/unrefing is still a TODO and "npm:grpc-js/grpc" is not yet working
correctly.

---------

Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-09-15 21:51:25 +02:00
..
crypto refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
zlib refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
http.rs refactor(ext/fetch): refactor fetch to use new write_error method (#20029) 2023-08-03 14:27:25 -06:00
http2.rs feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
idna.rs refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
mod.rs feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
os.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
require.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
v8.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
winerror.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00