Well it turned out, TextEncoder does NOT accept encoding label
This commit is contained in:
@@ -91,7 +91,7 @@ class Control {
|
||||
return;
|
||||
}
|
||||
|
||||
return this.sender(new TextEncoder("utf-8").encode(data));
|
||||
return this.sender(new TextEncoder().encode(data));
|
||||
}
|
||||
|
||||
color() {
|
||||
|
||||
Reference in New Issue
Block a user