Skip to content
module@warp-drive/core/signals/-leaked

Interface RecoveryFeatures

Defined in: warp-drive-packages/core/src/signals/request-subscription.ts:44

Utilities to assist in recovering from the error.

Properties

isHidden

ts
isHidden: boolean;

Defined in: warp-drive-packages/core/src/signals/request-subscription.ts:52

Whether the browser reports that the tab is hidden.


isOnline

ts
isOnline: boolean;

Defined in: warp-drive-packages/core/src/signals/request-subscription.ts:48

Whether the browser reports that the network is online.


retry

ts
retry: () => Promise<void>;

Defined in: warp-drive-packages/core/src/signals/request-subscription.ts:56

Retries the request, reloading it from the server.

Returns

Promise<void>

Released under the MIT License.