load() method
This commit is contained in:
parent
4f667cc6c1
commit
d22561d5bf
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export interface GUNNodeBase {
|
||||||
once(this: GUNNode, cb?: Listener): GUNNode
|
once(this: GUNNode, cb?: Listener): GUNNode
|
||||||
|
|
||||||
open(this: GUNNode, cb?: OpenListener): GUNNode
|
open(this: GUNNode, cb?: OpenListener): GUNNode
|
||||||
|
load(this: GUNNode, cb?: OpenListener): GUNNode
|
||||||
|
|
||||||
off(): void
|
off(): void
|
||||||
user(): UserGUNNode
|
user(): UserGUNNode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue