Skip to content

Commit

Permalink
TW: Add Scratch.canDownload
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 22, 2024
1 parent 1f85881 commit 36d201a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/scratch-vm-extension.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare namespace Scratch {
function canReadClipboard(): Promise<boolean>;
function canNotify(): Promise<boolean>;
function canEmbed(): Promise<boolean>;
function canDownload(name: string): Promise<boolean>;
namespace Cast {
function toNumber(value: unknown): number;
function toString(value: unknown): string;
Expand Down

0 comments on commit 36d201a

Please sign in to comment.