getListData
Gets a set of data from localstorage.
connection.getListData(set)
Goes through each set add by [can-connect/data/memory-cache.updateListData]. If
set
is a subset, uses queryLogic to get the data for the requested set
.
Parameters
- query
{Query}
:An object that represents the data to load.
Returns
{Promise<ListData>}
:
A promise that resolves if set
is a subset of
some data added by [can-connect/data/memory-cache.updateListData]. If it is not,
the promise is rejected.