Flipper export file implementation

Summary:
^

Changelog: add export file implementation for browsers

Reviewed By: antonk52

Differential Revision: D46840341

fbshipit-source-id: 8a011f2a7c0ce329286cb8813def8f9c0572d133
This commit is contained in:
Lorenzo Blasa
2023-06-19 08:33:54 -07:00
committed by Facebook GitHub Bot
parent f0ccad9bb3
commit daa3a38ed3
4 changed files with 38 additions and 9 deletions

View File

@@ -707,7 +707,7 @@ export async function exportEverythingEverywhereAllAtOnce(
const exportedFilePath = await getRenderHostInstance().exportFileBinary?.(
archiveData,
{
defaultPath: 'flipper_EEAaO_export',
defaultPath: 'flipper_EEAaO_export.zip',
},
);