Skip to content

Commit

Permalink
delete Symbol.toStringTag and wait for upstream support
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Jul 16, 2024
1 parent 0fc03b7 commit 3e92ba7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/web/lib.deno_web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ declare interface TextDecoderStream
extends GenericTransformStream, TextDecoderCommon {
readonly readable: ReadableStream<string>;
readonly writable: WritableStream<BufferSource>;
readonly [Symbol.toStringTag]: string;
}

/** @category Encoding */
Expand All @@ -364,7 +363,6 @@ declare interface TextEncoderStream
extends GenericTransformStream, TextEncoderCommon {
readonly readable: ReadableStream<Uint8Array>;
readonly writable: WritableStream<string>;
readonly [Symbol.toStringTag]: string;
}

/** @category Encoding */
Expand Down

0 comments on commit 3e92ba7

Please sign in to comment.