cmorten / superdeno

Super-agent driven library for testing Deno HTTP servers.
https://cmorten.github.io/superdeno/
MIT License
124 stars 6 forks source link

[#36] fix: process FormData correctly #37

Closed c0per closed 3 years ago

c0per commented 3 years ago

Issue

Fixes #36

Details

When calling fetch API in xhrSham.js, pass FormData directly to fetch instead of stringifying it.

CheckList

c0per commented 3 years ago

Yes. I added som tests.

c0per commented 3 years ago

Could you also please publish a new version? It will help people importing the fixed version.

cmorten commented 3 years ago

Morning @c0per! - Of course will publish something shortly, ended up being very busy yesterday so open source took a bit of a sideline 😅