1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
nasa d2047f1337
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-05 06:43:04 -06:00
..
broadcast_channel chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
cache chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
console feat: add more options to Deno.inspect (#19337) 2023-06-05 12:25:47 +02:00
crypto chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fetch perf: optimize RegExp usage in JS (#19364) 2023-06-05 10:52:40 +02:00
ffi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fs chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
http perf(ext/http): Migrate op_http_get_request_method_and_url to v8::Array (#19355) 2023-06-03 12:15:53 -06:00
io chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
kv fix(kv) run sqlite transactions via spawn_blocking (#19350) 2023-06-02 11:12:26 -07:00
napi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
net chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
node feat(node_compat): Add a close method to the FileHandle class. (#19357) 2023-06-05 06:43:04 -06:00
tls chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
url chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
web perf: optimize RegExp usage in JS (#19364) 2023-06-05 10:52:40 +02:00
webidl perf: optimize RegExp usage in JS (#19364) 2023-06-05 10:52:40 +02:00
websocket perf: optimize RegExp usage in JS (#19364) 2023-06-05 10:52:40 +02:00
webstorage chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00