We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280479c commit 8d4a1e0Copy full SHA for 8d4a1e0
packages/terminal/src/pty/PTT.js
@@ -21,6 +21,7 @@
21
*/
22
export class PTT {
23
constructor(pty) {
24
+ const encoder = new TextEncoder();
25
this.readableStream = new ReadableStream({
26
start: controller => {
27
this.readController = controller;
0 commit comments