1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 18:19:08 -05:00
denoland-deno/ext
Aaron O'Mullan e0c858fa27
perf(ext/fetch): skip USVString webidl conv on string constructor (#12168)
* perf(ext/fetch): skip USVString webidl conv on string constructor
* Rename webidl convert to RequestInfo_DOMString

To disambiguate and hint that it normalizes to DOMString instead of USVString since DOMString => USVString is handled by `op_url_parse` when calling `new URL(...)`
2021-09-23 11:40:58 +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 chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
fetch perf(ext/fetch): skip USVString webidl conv on string constructor (#12168) 2021-09-23 11:40:58 +02:00
ffi chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
http chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
net chore(ext/net): improve embedder friendliness (#12178) 2021-09-22 11:12:08 +02:00
timers chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
tls chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
url chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
web chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
webgpu chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
webidl chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10: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