0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00
denoland-deno/ext
nasa 4f7b109b93
feat(node_compat): Add a close method to the FileHandle class. (#19357)
## WHY 

ref: https://github.com/denoland/deno/issues/19165

The FileHandle class has many missing methods compared to node.
Add these.

## WHAT

- Add close method

---------

Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-06-09 01:13:22 +02:00
..
broadcast_channel 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
cache 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
console feat: add more options to Deno.inspect (#19337) 2023-06-09 01:13:22 +02:00
crypto 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
fetch perf: optimize RegExp usage in JS (#19364) 2023-06-09 01:13:21 +02:00
ffi 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
fs 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
http perf(ext/http): Migrate op_http_get_request_method_and_url to v8::Array (#19355) 2023-06-09 01:13:21 +02:00
io 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
kv fix(kv) run sqlite transactions via spawn_blocking (#19350) 2023-06-09 01:13:21 +02:00
napi 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
net pin enum-as-inner dependency 2023-05-30 02:10:33 +02:00
node feat(node_compat): Add a close method to the FileHandle class. (#19357) 2023-06-09 01:13:22 +02:00
tls 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
url 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
web perf: optimize RegExp usage in JS (#19364) 2023-06-09 01:13:21 +02:00
webidl perf: optimize RegExp usage in JS (#19364) 2023-06-09 01:13:21 +02:00
websocket perf: optimize RegExp usage in JS (#19364) 2023-06-09 01:13:21 +02:00
webstorage 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00