CodeDredd / h3-compression

Adds compression to h3 requests (brotli, gzip, deflate)
MIT License
57 stars 2 forks source link

docs: update nuxt3 usage #6

Closed kongmoumou closed 2 months ago

kongmoumou commented 6 months ago

🔗 Linked issue

❓ Type of change

📚 Description

Content-Type header maybe undefined(e.g. 302 res), so should use optional chaining. 😂 @CodeDredd

📝 Checklist


Review PR in StackBlitz Submitted with StackBlitz.

nitrag commented 2 months ago

Just ran into this myself...thanks for creating PR.

@CodeDredd please merge