1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext
Bartek Iwańczuk 2b15b07753
feat(unstable): Add Deno.Conn.ref()/unref() (#17170)
This commit adds "Deno.Conn.ref()" and "Deno.Conn.unref()" methods.

These methods can be used to make connection block or not block the
event loop from finishing. Refing/unrefing only influences "read" 
operations - ie. scheduling writes to a connection _do_ keep event 
loop alive.

Required for https://github.com/denoland/deno/issues/16710
2023-01-05 13:05:48 +01:00
..
broadcast_channel chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
cache chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
console chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
crypto fix(ext): Add checks for owning properties in for-in loops (#17139) 2023-01-05 13:05:16 +01:00
fetch fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164) 2023-01-05 13:05:16 +01:00
ffi chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
flash chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
http chore: bump deno_fetch and deno_http versions (#17124) 2023-01-05 13:04:39 +01:00
napi 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
net feat(unstable): Add Deno.Conn.ref()/unref() (#17170) 2023-01-05 13:05:48 +01:00
node fix(npm): conditional exports with --node-modules-dir (#17111) 2023-01-05 13:04:00 +01:00
tls 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
url chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
web fix(ext): Add checks for owning properties in for-in loops (#17139) 2023-01-05 13:05:16 +01:00
webgpu chore: Update dlint (#17031) 2023-01-05 13:04:38 +01:00
webidl fix(ext): Add checks for owning properties in for-in loops (#17139) 2023-01-05 13:05:16 +01:00
websocket 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webstorage 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00