Skip to content

Commit

Permalink
Proof of Concept: Safari-compatible ZipDecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Sep 24, 2024
1 parent 529ef13 commit 7a6d380
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/php-wasm/stream-compression/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { collectFile } from './utils/collect-file';
export { iteratorToStream } from './utils/iterator-to-stream';
export { StreamedFile } from './utils/streamed-file';
export { encodeZip, decodeZip, decodeRemoteZip } from './zip';
export { ZipDecoder } from './zip/zip-decoder';
Loading

0 comments on commit 7a6d380

Please sign in to comment.