Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ ready
Method
ready
codebase/dhtmlxscheduler.es.js:704–706 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
702
}, this._ready = n.load().then((s) => this._remote = s);
703
}
704
ready() {
705
return
this._ready;
706
}
707
on(i, t) {
708
this.ready().then((n) => {
709
if
(typeof i ==
"string"
)
Callers
1
on
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected