1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Aapo Alasuutari 3d6fa64f19
feat(ext/ffi): Callbacks (#14663)
This commit adds support for unstable FFI
callbacks. A callback is registered using
the `Deno.UnsafeCallback` API.

The backing memory for the callback can 
be disposed of using `Deno.UnsafeCallback#close`.
It is not safe to pass the callback after calling
close.

Callbacks from other than the isolate thread
are not supported.

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Bert Belder <bertbelder@gmail.com>
2022-06-20 16:36:04 +05:30
..
broadcast_channel 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
console 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
crypto 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
fetch fix(ext/fetch): add accept-language default header to fetch (#14882) 2022-06-19 23:33:24 +02:00
ffi feat(ext/ffi): Callbacks (#14663) 2022-06-20 16:36:04 +05:30
http 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
net 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
tls 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
url 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
web fix(ext/web): add EventTarget brand checking (#14637) 2022-06-17 11:05:02 -04:00
webgpu 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
webidl 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
websocket 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
webstorage 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00