Buckets:
| import type { Accessor } from "solid-js" | |
| export type UpdaterState = | |
| | { status: "disabled" } | |
| | { status: "idle" } | |
| | { status: "checking" } | |
| | { status: "downloading"; version: string; percent?: number } | |
| | { status: "ready"; version: string } | |
| | { status: "up-to-date" } | |
| | { status: "installing"; version: string } | |
| | { status: "error"; message: string } | |
| export type UpdaterPlatform = { | |
| state: Accessor<UpdaterState> | |
| check(): Promise<UpdaterState> | |
| install(): Promise<void> | |
| } | |
Xet Storage Details
- Size:
- 495 Bytes
- Xet hash:
- 3b79f0c511ea7ae080a51a745c03f14e095c96d7acca3a174ab9e20d25a5fce2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.