module@warp-drive/ember/index
ts
function createRequestSubscription<RT, E>(store, args): RequestSubscription<RT, E>;Defined in: warp-drive-packages/core/declarations/internal-DMxLqCZa.d.ts:9242
Creates a RequestSubscription, the reactive class powering the <Request /> component's autorefresh, retry, and refresh behaviors.
Type Parameters
RT
RT
E
E
Parameters
store
args
SubscriptionArgs<RT, E>
Returns
RequestSubscription<RT, E>