1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Aaron O'Mullan c87b13e745
cleanup(ext/http): simplify cookie header handling (#11704)
cleanup(ext/http): simplify cookie header handling

Use `Vec::join` instead of essentially reimplementing it. There should be no meaningful performance delta
2021-08-14 14:35:58 +02:00
..
broadcast_channel Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
console Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
crypto fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662) 2021-08-13 23:20:44 +02:00
fetch Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
ffi Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
http cleanup(ext/http): simplify cookie header handling (#11704) 2021-08-14 14:35:58 +02:00
net Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
url Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
web cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693) 2021-08-14 10:27:27 +02:00
webgpu Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webidl Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
websocket Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webstorage Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00