Borg/js
Snider 24ba4b8d15 feat(borg-stmf): add file support to encryptFormData
- Implemented `readFileAsBase64` helper using FileReader.
- Updated `encryptFormData` to support `File` objects by reading them asynchronously as base64 and populating `FormField` structure.
- Updated `encryptFormData` to accept optional `metadata` and `serverPublicKey` to support more flexible usage.
- Refactored `enableInterceptor` to use `encryptFormData`, reducing code duplication and enabling file support for intercepted forms.
- Added `node_modules/` to `.gitignore` to prevent accidental commits of dependencies.
2026-02-02 01:53:52 +00:00
..
borg-stmf feat(borg-stmf): add file support to encryptFormData 2026-02-02 01:53:52 +00:00