1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/test_util/src
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
..
testdata fix(test_util): parse strace usecs/call in total line if present (#18241) 2023-03-17 10:39:57 +02:00
assertions.rs refactor: remove DENO_UNSTABLE_NPM_SYNC_DOWNLOAD and custom sync functionality (#20504) 2023-09-14 17:51:28 +00:00
builders.rs chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320) 2023-08-29 13:02:54 -06:00
factory.rs chore: Ensure copyright line is the first in the file (#19608) 2023-06-26 09:38:55 -06:00
fs.rs feat(unstable/lsp): support navigating to deno_modules folder (#20030) 2023-08-02 16:57:25 -04:00
kv_remote.rs feat(ext/kv): connect to remote database (#20178) 2023-08-22 13:56:00 +08:00
lib.rs feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
lsp.rs feat(lsp): WorkspaceSettings::disablePaths (#20475) 2023-09-13 17:30:27 +01:00
npm.rs chore(tests): test_util - Add PathRef (#19450) 2023-06-10 11:09:45 -04:00
pty.rs chore(test_util): Increate pty timeout to 15s to avoid flakes (#20109) 2023-08-09 12:49:05 -06:00
test_server.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00