deno/ext
Luca Casonato ae81065c75
fix(ext/http): Deno.Server should not be thenable (#20723)
Otherwise you can not return `Deno.Server` from async functions.

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-10-09 12:43:14 +09:00
..
broadcast_channel refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-04 21:42:17 +02:00
cache chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
console chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
crypto chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
fetch fix(ext/formdata): support multiple headers in FormData (#20801) 2023-10-05 19:28:44 +02:00
ffi fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820) 2023-10-08 14:02:07 +09:00
fs refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-04 21:42:17 +02:00
http fix(ext/http): Deno.Server should not be thenable (#20723) 2023-10-09 12:43:14 +09:00
io chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
kv refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-04 21:42:17 +02:00
napi chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
net refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-04 21:42:17 +02:00
node fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769) 2023-10-08 11:09:50 +09:00
tls chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
url refactor: rewrite several extension ops to op2 (#20457) 2023-10-05 14:34:38 +02:00
web refactor: remove TimersPermissions::check_unstable (#20831) 2023-10-09 02:08:10 +02:00
webidl chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
websocket refactor: rewrite websocket to use op2 macro (#20140) 2023-10-04 21:43:58 +00:00
webstorage chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00