Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-25 | chore: update deno_core and port all remaining ops to `op2` (#20954) | Bartek Iwańczuk | |
Signed-off-by: Matt Mastracci <matthew@mastracci.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2023-09-23 | refactor: rewrite ext/node/http2 to op2 macro (#20629) | Bartek Iwańczuk | |
2023-09-15 | feat(ext/node): http2.connect() API (#19671) | Bartek Iwańczuk | |
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> |