1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
cache feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
console chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
crypto refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
fetch chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
ffi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fs chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
http fix(ext/http): ensure aborted bodies throw (#20503) 2023-09-15 08:08:21 -06:00
io refactor: use TaskQueue from deno_unsync (#20485) 2023-09-13 23:36:24 -04:00
kv refactor: rewrite more ops to op2 macro (#20478) 2023-09-14 23:05:18 +02:00
napi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
net chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
node feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
tls chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
url chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
web refactor: rewrite more ops to op2 macro (#20478) 2023-09-14 23:05:18 +02:00
webidl feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
websocket chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
webstorage refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461) 2023-09-12 12:42:05 +02:00