mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 05:05:08 +00:00
perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201)
This commit is contained in:
parent
09f2cdbc72
commit
b095157c1d
5 changed files with 48 additions and 6 deletions
|
@ -445,7 +445,7 @@
|
|||
{
|
||||
key: "body",
|
||||
converter: webidl.createNullableConverter(
|
||||
webidl.converters["BodyInit"],
|
||||
webidl.converters["BodyInit_DOMString"],
|
||||
),
|
||||
},
|
||||
{ key: "redirect", converter: webidl.converters["RequestRedirect"] },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue