mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
add browserUrl.
This commit is contained in:
parent
ed31b7de70
commit
67405da3aa
1 changed files with 5 additions and 0 deletions
|
@ -286,6 +286,11 @@
|
||||||
this.api.admin.membersDelete({ memberId })
|
this.api.admin.membersDelete({ memberId })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Refactor.
|
||||||
|
public browserUrl(url: string) {
|
||||||
|
this.websocket.send('browser/url', { url })
|
||||||
|
}
|
||||||
|
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Component lifecycle
|
// Component lifecycle
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue