Loadable is a characteristic of a resource, such as a layer, map, or portal item, that allows developers to perform tasks such as:
- Monitoring the load status of the resource.
- Retrying the resource load if previous load attempts failed.
A loadable resource handles concurrent and repeated requests to load to accommodate the common practice of sharing the same resource instance among various parts of an app.
Related
Related terms
- asynchronous
- layer
- map