optional 2nd once() param
This commit is contained in:
parent
a48b2f5270
commit
65a65a601e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export interface GUNNodeBase {
|
|||
map(): GUNNode
|
||||
|
||||
on(this: GUNNode, cb: Listener): void
|
||||
once(this: GUNNode, cb?: Listener): GUNNode
|
||||
once(this: GUNNode, cb?: Listener, opts?: { wait: number }): GUNNode
|
||||
|
||||
open(this: GUNNode, cb?: OpenListener): GUNNode
|
||||
load(this: GUNNode, cb?: OpenListener): GUNNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue