Deprecate `Update.available`

pull/2573/head
Tony 4 months ago
parent 33cf123d2d
commit 20e5d33e31
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -53,6 +53,7 @@ type DownloadEvent =
class Update extends Resource { class Update extends Resource {
// TODO: remove this field in v3 // TODO: remove this field in v3
/** @deprecated This is always true, check if the return value is `null` instead when using {@linkcode check} */
available: boolean available: boolean
currentVersion: string currentVersion: string
version: string version: string

Loading…
Cancel
Save