1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Divy Srivastava 0b016a7fb8
feat(npm): implement Node API (#13633)
This PR implements the NAPI for loading native modules into Deno. 

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2022-10-05 19:36:44 +05:30
..
broadcast_channel 1.26.0 2022-09-29 00:10:44 +02:00
cache fix(ext/cache): prevent cache insert if body is not fully written (#16138) 2022-10-05 16:31:24 +05:30
console 1.26.0 2022-09-29 00:10:44 +02:00
crypto fix(ext/crypto): interoperable import/export (#16153) 2022-10-04 17:37:59 +05:30
fetch perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
ffi 1.26.0 2022-09-29 00:10:44 +02:00
flash fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901) 2022-10-05 12:21:59 +05:30
http perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
napi feat(npm): implement Node API (#13633) 2022-10-05 19:36:44 +05:30
net fix(runtime): no FastStream for unrefable streams (#16095) 2022-09-30 00:42:33 +02:00
node feat(npm): implement Node API (#13633) 2022-10-05 19:36:44 +05:30
tls 1.26.0 2022-09-29 00:10:44 +02:00
url 1.26.0 2022-09-29 00:10:44 +02:00
web perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
webgpu 1.26.0 2022-09-29 00:10:44 +02:00
webidl 1.26.0 2022-09-29 00:10:44 +02:00
websocket 1.26.0 2022-09-29 00:10:44 +02:00
webstorage 1.26.0 2022-09-29 00:10:44 +02:00