Features
- Add support for
[text_blobs]
. Closes issue #211, thanks @caass for the PR. - Add support for
[data_blobs]
. Closes issue #231, thanks @threepointone for the PR. - Do not display the pretty error page when making requests with
curl
. Closes issue #198, thanks @GregBrimble for the PR.
Fixes
- Pass correctly-typed value to
webcrypto.getRandomValues()
. Closes issue #188, thanks @vlovich. - Fix
fetch
withContent-Length: 0
header. Closes issue #193, thanks @orls for the PR. - Bind
this
towebcrypto
methods, fixingcrypto.getRandomValues()
andcrypto.subtle.generateKey()
. Thanks @szkl for the PR.