0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/ext
Igor Zinkovsky 93b8c72d89
fix(ext/io) several sync fs fixes (#18886)
2 fixes related to sync fs:
* update the 2 sync methods on `Resource` trait to take `Rc<Self>`
(consistent with other methods)
* fix a bug in `StdFileResource::with_inner_and_metadata`, which
currently can trigger a panic if a sync method is called on a file with
a pending async operation. This could happen in the code path where
`File::try_clone`
[fails](39ece1fe0d/ext/io/lib.rs (L485-L489)).
2023-05-04 16:17:43 +02:00
..
broadcast_channel 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
cache 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
console 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
crypto 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
fetch 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
ffi 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
fs 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
http 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
io fix(ext/io) several sync fs fixes (#18886) 2023-05-04 16:17:43 +02:00
kv 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
napi 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
net 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
node 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
tls 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
url 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
web 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
webidl 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
websocket 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00
webstorage 1.33.1 (#18895) 2023-04-28 19:05:46 +02:00