logo hsb.horse
← Back to tag index

Tags

#WebStreams

Content tagged with "WebStreams".

Entries 3
  1. Blog
    Encrypting a Byte Stream in the Browser with Web Crypto

    Web Crypto gives you strong primitives but no stream interface. This post shows how to encrypt ReadableStream<Uint8Array> using the encryption subpath of @hsblabs/web-stream-extras — covering file encryption, per-stream key management, and pipeline composition.

  2. Blog
    I Got Tired of Rewriting the Same Web Streams Boilerplate

    Why I packaged my recurring ReadableStream<Uint8Array> utilities into @hsblabs/web-stream-extras — covering the three patterns I kept rewriting, the ByteTransformStream base, and stream encryption via Web Crypto.

  3. Blog
    Releasing @hsblabs/web-stream-extras

    A small TypeScript utility library for working with ReadableStream<Uint8Array> in browsers and Node.js — covering byte conversion helpers, transform streams, and stream encryption via the Web Crypto API.