summaryrefslogtreecommitdiff
path: root/cli/js/web/streams/transform-stream.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/streams/transform-stream.ts')
-rw-r--r--cli/js/web/streams/transform-stream.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/streams/transform-stream.ts b/cli/js/web/streams/transform-stream.ts
index 090f78135..c27430db1 100644
--- a/cli/js/web/streams/transform-stream.ts
+++ b/cli/js/web/streams/transform-stream.ts
@@ -17,7 +17,7 @@
// import * as ts from "./transform-internals.ts";
// import * as shared from "./shared-internals.ts";
// import { TransformStreamDefaultController } from "./transform-stream-default-controller.ts";
-// import { QueuingStrategy } from "../dom_types.ts";
+// import { QueuingStrategy } from "../dom_types.d.ts";
// export class TransformStream<InputType, OutputType> {
// [ts.backpressure_]: boolean | undefined; // Whether there was backpressure on [[readable]] the last time it was observed