load()
loads data from an external URL
load?: () => Promise<any[]>;
Returns:
A promise of the data object.
Example
proxy.load().then(function () {
console.log("Loading is done!");
});
loads data from an external URL
A promise of the data object.
Example
proxy.load().then(function () {
console.log("Loading is done!");
});