1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Luca Casonato 81a05e837b
fix(ext/websocket): correctly order messages when sending blobs (#24133)
Previously the asynchronous read of the blob would not block sends that
are started later. We now do this, but in such a way as to not regress
performance in the common case of not using `Blob`.
2024-06-12 17:14:59 -07:00
..
broadcast_channel 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cache 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
canvas 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
console 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cron 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
crypto 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
fetch refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
ffi refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
fs fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
http 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
io 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
kv refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
napi refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
net refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
node fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
tls 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
url 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
web refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
webgpu 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
webidl 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
websocket fix(ext/websocket): correctly order messages when sending blobs (#24133) 2024-06-12 17:14:59 -07:00
webstorage 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00