Skip to content

Commit

Permalink
Update interfaces/encoding.idl and test (#25542)
Browse files Browse the repository at this point in the history
Closes #25537
  • Loading branch information
stephenmcgruer authored Sep 15, 2020
1 parent 3851e62 commit d7f9e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion encoding/idlharness.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

idl_test(
['encoding'],
[], // No deps
['streams'],
idl_array => {
idl_array.add_objects({
TextEncoder: ['new TextEncoder()'],
Expand Down
5 changes: 0 additions & 5 deletions interfaces/encoding.idl
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ interface TextEncoder {
};
TextEncoder includes TextEncoderCommon;

interface mixin GenericTransformStream {
readonly attribute ReadableStream readable;
readonly attribute WritableStream writable;
};

[Exposed=(Window,Worker)]
interface TextDecoderStream {
constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {});
Expand Down

0 comments on commit d7f9e16

Please sign in to comment.