un-inception/clients/javascript
russell@unturf.com 2e44723e8e Make async JS SDK isomorphic (Node.js + Browser)
- Add environment detection (IS_BROWSER, IS_NODE)
- Use top-level await for conditional Node.js imports
- Make signRequest async/isomorphic (Node crypto vs Web Crypto API)
- Add loadCredentialsFromStorage() for browser localStorage support
- Update resolveCredentials() with 5-tier priority including localStorage
- Add IS_NODE guards to file-system dependent functions
- Guard CLI entry point to prevent browser errors
- Update header docs with browser usage instructions

All 71 existing tests pass.
2026-01-23 08:53:00 -05:00
..
async Make async JS SDK isomorphic (Node.js + Browser) 2026-01-23 08:53:00 -05:00
sync feat: add unfreeze_on_demand support to all SDKs 2026-01-22 16:40:36 -05:00
Makefile feat: add Makefiles for 19 more language clients 2026-01-15 16:55:36 -05:00