Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(response): added support for next.js ssr response data in Uint8Array #37

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

H4ad
Copy link
Owner

@H4ad H4ad commented Jul 22, 2022

Description of change

Inspired by CodeGenieApp/serverless-express#539,
added support for Uint8Array which is used by Next.js.

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Added documentation inside www/docs/main folder.
  • Included new files inside index.doc.ts.
  • The new commits follow conventions outlined in the conventional commit spec

@H4ad H4ad added the enhancement New feature or request label Jul 22, 2022
@H4ad H4ad self-assigned this Jul 22, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #37 (9202ed0) into main (6055f8c) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines          966       970    +4     
  Branches       227       231    +4     
=========================================
+ Hits           966       970    +4     
Impacted Files Coverage Δ
src/network/request.ts 100.00% <ø> (ø)
src/network/response.ts 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@H4ad H4ad merged commit b83874c into main Jul 22, 2022
@H4ad H4ad deleted the feature/nextjs-ssr branch July 22, 2022 02:29
@github-actions
Copy link

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants