Skip to content
module@warp-drive/ember/index

Defined in: warp-drive-packages/core/declarations/internal-DMxLqCZa.d.ts:8916

Utilities to assist in recovering from the error.

Properties

isHidden

ts
isHidden: boolean;

Defined in: warp-drive-packages/core/declarations/internal-DMxLqCZa.d.ts:8924

Whether the browser reports that the tab is hidden.


isOnline

ts
isOnline: boolean;

Defined in: warp-drive-packages/core/declarations/internal-DMxLqCZa.d.ts:8920

Whether the browser reports that the network is online.


retry()

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

Defined in: warp-drive-packages/core/declarations/internal-DMxLqCZa.d.ts:8928

Retries the request, reloading it from the server.

Returns

Promise<void>

Released under the MIT License.