Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

v2.4.0

Choose a tag to compare

@mrbbot mrbbot released this 02 Apr 23:09
· 250 commits to master since this release

Features

Fixes

  • Pass correctly-typed value to webcrypto.getRandomValues(). Closes issue #188, thanks @vlovich.
  • Fix fetch with Content-Length: 0 header. Closes issue #193, thanks @orls for the PR.
  • Bind this to webcrypto methods, fixing crypto.getRandomValues() and crypto.subtle.generateKey(). Thanks @szkl for the PR.