1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Bartek Iwańczuk 5b07522349
BREAKING(unstable): change return type of Deno.serve() API (#19189)
This commit changes the return type of an unstable `Deno.serve()` API
to instead return a `Deno.Server` object that has a `finished` field.

This change is done in preparation to be able to ref/unref the HTTP
server.
2023-05-19 02:59:23 +02:00
..
broadcast_channel chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
cache chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
console chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
crypto chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
fetch chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
ffi chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
fs chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
http BREAKING(unstable): change return type of Deno.serve() API (#19189) 2023-05-19 02:59:23 +02:00
io chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
kv chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
napi chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
net chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
node BREAKING(unstable): change return type of Deno.serve() API (#19189) 2023-05-19 02:59:23 +02:00
tls chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
url chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
web chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
webidl chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
websocket chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
webstorage chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00