1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Ryan Dahl cc83ad39ce
refactor: add deno_fetch::Options for init (#12904)
deno_fetch::init has a lot of parameters and generic on two types 
that keeps expanding over time. This refactor adds deno_fetch::Options 
struct for more clearly defining the various parameters.
2021-11-28 13:07:03 -05:00
..
broadcast_channel chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
console chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
crypto feat(ext/crypto): support importing exporting AES JWK keys (#12444) 2021-11-28 16:48:49 +01:00
fetch refactor: add deno_fetch::Options for init (#12904) 2021-11-28 13:07:03 -05:00
ffi chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
http chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
net feat(ext/net): ALPN support in Deno.connectTls() (#12786) 2021-11-26 19:59:53 +01:00
timers chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
tls chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
url chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
web chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
webgpu chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
webidl chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
websocket fix(websocket): bad rid on WebSocketStream abort(#12913) 2021-11-28 12:25:49 +01:00
webstorage chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00