Open xp44mm opened 3 years ago
for example: url.parse should be replaced with new URL().
url.parse
new URL()
When a request is sent in a browser, \{} is not escaped. However, in xhr2, they are escaped as %5C%7B%7D.
\{}
%5C%7B%7D
for example:
url.parse
should be replaced withnew URL()
.When a request is sent in a browser,
\{}
is not escaped. However, in xhr2, they are escaped as%5C%7B%7D
.