Skip to content

Commit

Permalink
TW: add Scratch.canEmbed
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 12, 2024
1 parent df8a14e commit 69e8b0d
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 @@ -32,6 +32,7 @@ declare namespace Scratch {
function canRecordVideo(): Promise<boolean>;
function canReadClipboard(): Promise<boolean>;
function canNotify(): Promise<boolean>;
function canEmbed(): Promise<boolean>;
namespace Cast {
function toNumber(value: unknown): number;
function toString(value: unknown): string;
Expand Down

0 comments on commit 69e8b0d

Please sign in to comment.