From a301315d54193568e31d6b811abb41f1495989e0 Mon Sep 17 00:00:00 2001 From: Hamza Ezzaydia Date: Wed, 1 Apr 2026 09:09:52 +0200 Subject: [PATCH] Add verifyfetch to Files section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d27ea96..9468860e 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [diff2html](https://github.com/rtfpessoa/diff2html) - Git diff output parser and pretty HTML generator. * [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation. * [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript. +* [verifyfetch](https://github.com/hamzaydia/verifyfetch) - Resumable, integrity-verified downloads for large files in the browser with constant memory. ## Functional Programming *Functional programming libraries to extend JavaScript’s capabilities.*