Skip to content

Instantly share code, notes, and snippets.

View stivaliserna's full-sized avatar
🎨

Stívali Serna stivaliserna

🎨
View GitHub Profile
@jimmywarting
jimmywarting / README.md
Last active February 3, 2024 01:57
Create your own archive format with just 60 lines of javascript

# Create Your Own Archive Format with Just 60 Lines of JavaScript

Table of Contents

  • Explanation (Introduction, Why & How)
  • Browser Limitations (Memory, Streaming, Writing, Uploading)
  • What are Blobs? (How Do They Work?)
  • The Solution (Code Sample)
    • How to Use the Sample Code
  • Takeaways (Reflection)