Skip to content

Commit 20e5d33

Browse files
committed
Deprecate Update.available
1 parent 33cf123 commit 20e5d33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/updater/guest-js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ type DownloadEvent =
5353

5454
class Update extends Resource {
5555
// TODO: remove this field in v3
56+
/** @deprecated This is always true, check if the return value is `null` instead when using {@linkcode check} */
5657
available: boolean
5758
currentVersion: string
5859
version: string

0 commit comments

Comments
 (0)