Skip to content

Known issues and feature requests #6

Description

@eddienubes

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)
  • Verify perfomance on a large repo

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions