1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Luca Casonato bdc8006a36
feat(runtime): web streams in fs & net APIs (#13615)
This commit adds `readable` and `writable` properties to `Deno.File` and
`Deno.Conn`. This makes it very simple to use files and network sockets
with fetch or the native HTTP server.
2022-02-15 13:35:22 +01:00
..
broadcast_channel chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
console refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
crypto fix(ext/crypto): support EC p256 private key material in exportKey (#13547) 2022-02-08 18:48:28 +05:30
fetch chore(ext/fetch): render jsdoc code example properly (#13656) 2022-02-12 16:15:54 +01:00
ffi chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
http chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
net feat(runtime): web streams in fs & net APIs (#13615) 2022-02-15 13:35:22 +01:00
tls chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
url refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
web chore(ext/timers): move ext/timers to ext/web (#13665) 2022-02-15 12:17:30 +01:00
webgpu refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
webidl chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
websocket docs(websockets): add comment about Deno.upgradeWebSocket() for WebSocket servers (#13659) 2022-02-13 14:47:46 +01:00
webstorage refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00