1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 22:58:24 -05:00
denoland-deno/ext
Bartek Iwańczuk fe21f65b6b refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
This commit changes implementation of "Deno.serve()" API to use
"Deno.serveHttp()" under the hood. This change will allow us to
remove the "flash" server implementation, bringing stability to the
"Deno.serve()" API.

"cli/tests/unit/flash_test.ts" was renamed to "serve_test.ts".

Closes https://github.com/denoland/deno/issues/15574
Closes https://github.com/denoland/deno/issues/15504
Closes https://github.com/denoland/deno/issues/15646
Closes https://github.com/denoland/deno/issues/15909
Closes https://github.com/denoland/deno/issues/15911
Closes https://github.com/denoland/deno/issues/16828
Closes https://github.com/denoland/deno/issues/18046
Closes https://github.com/denoland/deno/issues/15869
2023-04-12 15:44:04 +02:00
..
broadcast_channel 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
cache 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
console chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
crypto chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fetch chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
ffi chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
flash chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fs chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
http refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568) 2023-04-12 15:44:04 +02:00
io chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
kv 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
napi 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
net 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
node refactor(ext/node): migrate "http" module to use "Deno.serveHttp" API (#18552) 2023-04-12 15:43:54 +02:00
tls 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
url 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
web Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572) 2023-04-12 15:44:00 +02:00
webidl chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
websocket chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
webstorage 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00