tomayac’s avatartomayac’s Twitter Archive—№ 16,895

  1. …in reply to @passle_
    @passle_ You could blob-ify the string (developer.mozilla.org/en-US/docs/Web/API/Blob/Blob), get a stream from the blob (developer.mozilla.org/en-US/docs/Web/API/Blob/stream), and pipe that through a CompressionStream (wicg.github.io/compression/#compression-stream). Not sure how feasible this would be given your input strings, but it’d be all client-side and neat.