Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 10:07
· 21 commits to main since this release
64cb30f

Minor Changes

  • a128e97: Use srvx for convert Node.js req/res to Request/Response. When using server.handle() in a Node.js environment, you can now access the orignal req/res via req.node.req/req.node.res.

Patch Changes

  • aa1e221: Fix unhandled promise rejection when converting a web stream to a Node.js stream when a client disconnects
  • b163a62: Correctly return upload-offset header as a string instead of number