mswjs / msw

Industry standard API mocking for JavaScript.
https://mswjs.io
MIT License
15.98k stars 519 forks source link

feat(HttpResponse): support explicitly empty response body via null generic type #2118

Open kettanaito opened 7 months ago

kettanaito commented 7 months ago
kettanaito commented 7 months ago

I would like to merge this after #2108.

kettanaito commented 7 months ago

@christoph-fricke, thank you for your feedback! I'd love to get #2108 merged first before this one. I'm a bit stuck with the type error in that pull request so that hangs for now.