diff options
Diffstat (limited to 'ext/fetch/23_request.js')
-rw-r--r-- | ext/fetch/23_request.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/fetch/23_request.js b/ext/fetch/23_request.js index 51ea9b3bc..06843d60c 100644 --- a/ext/fetch/23_request.js +++ b/ext/fetch/23_request.js @@ -39,7 +39,6 @@ RegExpPrototypeTest, Symbol, SymbolFor, - SymbolToStringTag, TypeError, } = window.__bootstrap.primordials; @@ -397,10 +396,6 @@ ); } - get [SymbolToStringTag]() { - return "Request"; - } - [SymbolFor("Deno.customInspect")](inspect) { return inspect(consoleInternal.createFilteredInspectProxy({ object: this, |