Encrypted, cache-first object storage for browser DOM environments.
Objects are encoded with MessagePack, compressed with gzip, and encrypted
with AES-GCM before they leave the caller. The package keeps encrypted
representations in the platform Cache API; applications remain responsible
for persisting those bytes at public, CORS-enabled URLs.
Encrypted, cache-first object storage for browser DOM environments.
Objects are encoded with MessagePack, compressed with gzip, and encrypted with AES-GCM before they leave the caller. The package keeps encrypted representations in the platform Cache API; applications remain responsible for persisting those bytes at public, CORS-enabled URLs.