deno/ext
Matt Mastracci 9425dce6db
refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)
Landing part of https://github.com/denoland/deno/pull/21903

This will allow us to more easily refactor `serveHttp` to live on top of
`serve` by splitting the websocket code out. There's probably a lot more
we could do here but this helps.
2024-04-19 20:02:39 -06:00
..
broadcast_channel chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
cache chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
canvas chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
console chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
cron chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
crypto chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
fetch feat(ext/net): extract TLS key and certificate from interfaces (#23327) 2024-04-18 11:21:08 -06:00
ffi chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
fs feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
http refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460) 2024-04-19 20:02:39 -06:00
io feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
kv chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
napi chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
net feat(ext/net): extract TLS key and certificate from interfaces (#23327) 2024-04-18 11:21:08 -06:00
node feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
tls chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
url feat(ext/url): add URL.parse (#23318) 2024-04-16 17:11:57 +02:00
web fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406) 2024-04-16 18:41:03 +00:00
webgpu chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
webidl chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
websocket chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
webstorage chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00