remove return from setters
This commit is contained in:
parent
f8c67ff3e9
commit
bea03730b8
1 changed files with 0 additions and 4 deletions
|
|
@ -994,8 +994,6 @@ function __uvHook(window, config = {}, bare = '/bare/') {
|
|||
listeners.set(this, value);
|
||||
this.addEventListener(event, value);
|
||||
}
|
||||
|
||||
return value;
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
@ -1117,8 +1115,6 @@ function __uvHook(window, config = {}, bare = '/bare/') {
|
|||
if (this.#socket) {
|
||||
this.#socket.binaryType = value;
|
||||
}
|
||||
|
||||
return value;
|
||||
}
|
||||
send(data) {
|
||||
if (!this.#socket) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue