diff options
Diffstat (limited to 'ext/web/09_file.js')
-rw-r--r-- | ext/web/09_file.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/web/09_file.js b/ext/web/09_file.js index 64cdb7b8a..6681f7a13 100644 --- a/ext/web/09_file.js +++ b/ext/web/09_file.js @@ -30,7 +30,6 @@ Symbol, SymbolFor, TypedArrayPrototypeSet, - SymbolToStringTag, TypeError, Uint8Array, } = window.__bootstrap.primordials; @@ -359,10 +358,6 @@ return bytes.buffer; } - get [SymbolToStringTag]() { - return "Blob"; - } - [SymbolFor("Deno.customInspect")](inspect) { return inspect(consoleInternal.createFilteredInspectProxy({ object: this, @@ -472,10 +467,6 @@ webidl.assertBranded(this, File); return this[_LastModified]; } - - get [SymbolToStringTag]() { - return "File"; - } } webidl.configurePrototype(File); |