Skip to content

Commit 645e19d

Browse files
committed
chore: add Blob to internal type
1 parent f8eddd2 commit 645e19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎playground/composables/usePhotoGallery.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function usePhotoGallery() {
3737
})
3838

3939
constsavePicture=async(photo: Photo,fileName: string): Promise<UserPhoto>=>{
40-
letbase64Data: string
40+
letbase64Data: string|Blob
4141
// "hybrid" will detect Cordova or Capacitor;
4242
if(isPlatform('hybrid')){
4343
constfile=awaitFilesystem.readFile({

0 commit comments

Comments
 (0)