Skip to content

Add verifyfetch to Files section#1025

Closed
hamzaydia wants to merge 1 commit intosorrycc:masterfrom
hamzaydia:add-verifyfetch
Closed

Add verifyfetch to Files section#1025
hamzaydia wants to merge 1 commit intosorrycc:masterfrom
hamzaydia:add-verifyfetch

Conversation

@hamzaydia
Copy link
Copy Markdown

@hamzaydia hamzaydia commented Apr 1, 2026

Summary

  • Adds verifyfetch to the Files section
  • verifyfetch provides resumable, integrity-verified downloads for large files in the browser with constant memory usage
  • It supports chunked SHA-256 verification, IndexedDB-backed resumption, and streaming downloads without buffering entire files in RAM

Why this belongs in awesome-javascript

verifyfetch solves a real problem for browser-based applications that need to download large files (e.g., ML models, datasets) reliably. It works with the Fetch API and provides a drop-in solution for integrity-checked, resumable downloads with constant memory overhead.

@gokaygurcan
Copy link
Copy Markdown
Collaborator

gokaygurcan commented Apr 1, 2026

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

lol

@hamzaydia
Copy link
Copy Markdown
Author

@gokaygurcan rejecting a PR based on how it was created instead of what it does is just gatekeeping with extra steps, but no worries, ai will replace all of us anyway...

@gokaygurcan
Copy link
Copy Markdown
Collaborator

Looking forward to that day.

There's a contribution guideline for the repository, if you don't read and follow it, rejection is inevitable. For this repository, and any other repository out there. With or without AI in the picture.

@hamzaydia hamzaydia deleted the add-verifyfetch branch April 1, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants