mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
remove misleading comment.
This commit is contained in:
parent
7762c9632e
commit
f9ca3a25db
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ export class NekoWebRTC extends EventEmitter<NekoWebRTCEvents> {
|
|||
this._channel.onclose = this.onDisconnected.bind(this, new Error('peer data channel closed'))
|
||||
}
|
||||
|
||||
// not-implemented
|
||||
private onData(e: MessageEvent) {
|
||||
const payload = new DataView(e.data)
|
||||
const event = payload.getUint8(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue