Skip to content
module@warp-drive/legacy/store @legacy

Function restoreDeprecatedStoreBehaviors()

ts
function restoreDeprecatedStoreBehaviors(StoreKlass): void;

Defined in: warp-drive-packages/legacy/src/store.ts:34

Restores the deprecated findRecord/findAll/query/queryRecord/ findBelongsTo/findHasMany/createRecord/deleteRecord/saveRecord legacy-network-layer implementations of these methods onto the given Store subclass, for apps that have not yet migrated to the RequestManager-based equivalents.

Parameters

StoreKlass

typeof Store

Returns

void

Released under the MIT License.