You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)