diff options
author | Chris Couzens <ccouzens@gmail.com> | 2020-06-24 04:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 23:56:05 -0400 |
commit | f6a41469730e8dcd0995d3e5dd370b9410c65ba4 (patch) | |
tree | 4c1f6b42232be2ab8d0569df9a1bbf4d7da5472c /std/testing/asserts.ts | |
parent | 49c54c0805ab26410a62e0251fee3a28b98c0e13 (diff) |
fix(cli/web): Support URLSearchParam as Body (#6416)
The following used to fail in Deno despite working in the browser:
```javascript
new Request('http://localhost/', {method: 'POST', body: new URLSearchParams({hello: 'world'})}).text().then(console.log)
```
Diffstat (limited to 'std/testing/asserts.ts')
0 files changed, 0 insertions, 0 deletions