1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
Aaron O'Mullan e98a36b213
cleanup(ext/fetch): consistent op names (#12612)
Rename `op_create_http_client` to `op_fetch_custom_client` to follow prefix/namespaced convention
2021-10-31 19:14:22 +01:00
..
broadcast_channel chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
console feat(ext/console): Display error.cause in console (#12462) 2021-10-30 19:25:46 +02:00
crypto chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
fetch cleanup(ext/fetch): consistent op names (#12612) 2021-10-31 19:14:22 +01:00
ffi Use libffi-rs instead of deno-libffi (#12555) 2021-10-26 16:30:27 -04:00
http fix(ext/http): allow multiple values in upgrade header for websocket (#12551) 2021-10-26 23:06:44 +02:00
net cleanup(ext/net): consistent op names (#12607) 2021-10-30 18:51:42 +02:00
timers chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
tls fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00
url chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
web fix(encoding): support additional encoding labels (#12586) 2021-10-29 10:31:42 +05:30
webgpu chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webidl fix(webidl): Don't throw when converting a detached buffer source (#12585) 2021-10-28 23:17:27 +02:00
websocket chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webstorage feat(ext/webstorage): use implied origin when --location not set (#12548) 2021-10-27 11:10:27 +11:00