1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Bartek Iwańczuk bece1ce057
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
2022-12-28 10:29:48 +01:00
..
broadcast_channel chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
cache chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
console chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
crypto fix(ext): Add checks for owning properties in for-in loops (#17139) 2022-12-22 02:54:38 +01:00
fetch fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164) 2022-12-23 17:39:14 +01:00
ffi chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
flash chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
http chore: bump deno_fetch and deno_http versions (#17124) 2022-12-20 04:54:27 -08:00
napi chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
net feat(unstable): Add Deno.Conn.ref()/unref() (#17170) 2022-12-28 10:29:48 +01:00
node fix(npm): conditional exports with --node-modules-dir (#17111) 2022-12-19 17:09:54 +01:00
tls chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
url chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
web fix(ext): Add checks for owning properties in for-in loops (#17139) 2022-12-22 02:54:38 +01:00
webgpu chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
webidl fix(ext): Add checks for owning properties in for-in loops (#17139) 2022-12-22 02:54:38 +01:00
websocket chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webstorage chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00