1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Aaron O'Mullan 34a15545c9
refactor(fetch/response): inline defaultInnerResponse (#12235)
Not useful to have the defaults externally defined when they're only used in `newInnerResponse()`. Also match order in `newInnerResponse()` and `cloneInnerResponse`
2021-09-26 23:46:56 +02:00
..
broadcast_channel chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
console chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
crypto fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
fetch refactor(fetch/response): inline defaultInnerResponse (#12235) 2021-09-26 23:46:56 +02:00
ffi chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
http fix(ext/http): include port number in h2 urls (#12181) 2021-09-26 20:26:16 +02:00
net chore(ext/net): improve embedder friendliness (#12178) 2021-09-22 11:12:08 +02:00
timers fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
tls chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
url fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
web perf(web): optimize Event constructor (#12231) 2021-09-26 20:41:05 +02:00
webgpu chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
webidl perf(webidl/ByteString): 3x faster ASCII check (#12230) 2021-09-26 20:40:37 +02:00
websocket chore(ext/net): improve embedder friendliness (#12178) 2021-09-22 11:12:08 +02:00
webstorage chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00