mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove misleading comment.
This commit is contained in:
parent
7762c9632e
commit
f9ca3a25db
@ -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…
Reference in New Issue
Block a user