mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
fix(fetch): Response inspect regression (#10295)
This commit is contained in:
parent
21372d7b25
commit
8d0e0ead51
2 changed files with 18 additions and 1 deletions
|
@ -357,7 +357,7 @@
|
|||
redirected: this.redirected,
|
||||
status: this.status,
|
||||
statusText: this.statusText,
|
||||
url: this.url(),
|
||||
url: this.url,
|
||||
};
|
||||
return `Response ${inspect(inner)}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue