Skip to content

feat(camera): add support for chunked base64 data in downloads#11

Open
Tobiwan91 wants to merge 1 commit intoOpenGrow-Box:mainfrom
Tobiwan91:main
Open

feat(camera): add support for chunked base64 data in downloads#11
Tobiwan91 wants to merge 1 commit intoOpenGrow-Box:mainfrom
Tobiwan91:main

Conversation

@Tobiwan91
Copy link
Contributor

Handle both chunked base64 data (array of chunks) and single string format for camera file and zip downloads. Improves memory efficiency by pre-allocating Uint8Array and filling in one pass, while maintaining backward compatibility with legacy single string data format.

Handle both chunked base64 data (array of chunks) and single string
format for camera file and zip downloads. Improves memory efficiency by
pre-allocating Uint8Array and filling in one pass, while maintaining
backward compatibility with legacy single string data format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant