MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / load

Method load

codebase/dhtmlxscheduler.es.js:581–583  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

579 return t && (n.method = "POST", n.body = t), fetch(i, n).then((s) => s.json());
580 }
581 load(i) {
582 return i && (this._url = i), this.fetch(this._url).then((t) => this.parse(t));
583 }
584 parse(i) {
585 const { key: t, websocket: n } = i;
586 t && (this._token = i.key);

Callers 1

constructorMethod · 0.95

Calls 2

fetchMethod · 0.95
parseMethod · 0.95

Tested by

no test coverage detected