-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
eddienubes
added a commit
that referenced
this issue
Feb 12, 2024
Merged
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 globalThisSometimes file upload hangs (needs triage)remove undefined from header Record type. It'll make it more convenient to use in testingverify that file downloading works as expected in testingadd 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)The text was updated successfully, but these errors were encountered: