1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Bartek Iwańczuk 3c8bbc434d
feat: Stabilize Deno.serve() API (#19141)
This commit stabilizes "Deno.serve()", which becomes the
preferred way to create HTTP servers in Deno.

Documentation was adjusted for each overload of "Deno.serve()"
API and the API always binds to "127.0.0.1:8000" by default.
2023-07-04 01:46:32 +02:00
..
broadcast_channel fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
cache fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
console fix(console): correct the parseCssColor algorithm (#19645) 2023-06-28 19:46:30 -06:00
crypto fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
fetch fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
ffi chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639) 2023-06-29 15:25:48 -06:00
fs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
http feat: Stabilize Deno.serve() API (#19141) 2023-07-04 01:46:32 +02:00
io chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
kv fix(ext/kv): expose Deno.AtomicOperation (#19674) 2023-07-01 09:24:15 +02:00
napi chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
net refactor(ops): op2 support for generics (#19636) 2023-06-29 10:23:14 -06:00
node fix(npm): escape export identifier in double quoted string (#19694) 2023-07-03 18:41:09 +00:00
tls chore: forward v1.34.3 release commit to main (#19526) 2023-06-16 01:55:31 +02:00
url fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
web fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
webidl chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
websocket fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
webstorage fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00