forked from jsnbuchanan/crowd-funder-for-time-pwa
fix error sharing image and failing to upload, fix upload in webkit/safari, and test it
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
export type Temp = {
|
||||
id: string;
|
||||
blob?: Blob;
|
||||
blob?: Blob; // deprecated because webkit (Safari) does not support Blob
|
||||
blobB64?: string; // base64-encoded blob
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user