Need Help: Figma plugin restricting number of file export to 10

I’m working on a plugin which is exporting all designed screens into separate JSON files for each individual screen. while running the plugin Figma restricting plugin to download & save only 10 number of JSON file during onetime plugin run.

Plugin is able to collect all screens data in to JSON format and pushed into one Array after converting to blob format.

Later this array items are downloaded one by one. I could process all the array items but on the screen it is prompting max 10 SaveAs dialog box.

I’ve hundreds of screen to be exported into individual JOSN file from one Figma design.

Since I’m still getting the hang of Figma, I’m not sure if this is a common issue or if there’s a specific workaround for it. I’ve tried searching online for solutions, but haven’t had much luck finding a clear answer. If anyone has any suggestion will be appreciated, Thanks

You can use, for example, the JSZip library to add your Blobs to a zip archive.