Change8

multipart-parser@0.16.1

📦 remixView on GitHub →
🐛 2 fixes🔧 3 symbols

Summary

This patch release improves multipart handling by avoiding Web Encoding globals and lazily initializing UTF-8 decoders. It also updates dependencies from the Remix ecosystem.

🐛 Bug Fixes

  • Avoided using Web Encoding globals during multipart parser import and syntax scanning.
  • Header and text decoding now lazily creates the UTF-8 decoder only when decoded part fields are accessed.

Affected Symbols