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

Known issues and feature requests #6

Open
6 of 8 tasks
eddienubes opened this issue Feb 12, 2024 · 0 comments
Open
6 of 8 tasks

Known issues and feature requests #6

eddienubes opened this issue Feb 12, 2024 · 0 comments

Comments

@eddienubes
Copy link
Owner

eddienubes commented Feb 12, 2024

To streamline prerelease development, I'll keep the list of known issues here.
If you have anything to add, please open a separate issue.


  • query method doesn't accept number arguments.
  • send method should have its parameters optional.
  • BREAKING: polyfill.ts doesn't check whether properties already exist on globalThis
  • Sometimes file upload hangs (needs triage)
  • remove undefined from header Record type. It'll make it more convenient to use in testing
  • verify that file downloading works as expected in testing
  • add an option to buffer a file into memory before sending it over to the server (.attach method), when file is supplied as a stream or path.
  • Import still breaks in CJS projects because parent package.json contains type: module. Solution: add child package.json files with respective types for each bundle. (refined with rollup)
@eddienubes eddienubes pinned this issue Feb 12, 2024
eddienubes added a commit that referenced this issue Feb 12, 2024
eddienubes added a commit that referenced this issue Feb 12, 2024
eddienubes added a commit that referenced this issue Feb 12, 2024
* feat: fixed minor issues

#6
@eddienubes eddienubes changed the title Known issues Known issues and feature requests Feb 13, 2024
eddienubes added a commit that referenced this issue Feb 14, 2024
eddienubes added a commit that referenced this issue Feb 14, 2024
eddienubes added a commit that referenced this issue Feb 14, 2024
* feat: buffering in progress

#6

* feat: added stream buffering

#6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant