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

ReferenceError: FormData is not defined #7

Closed
simenandre opened this issue Mar 17, 2021 · 1 comment · Fixed by #8
Closed

ReferenceError: FormData is not defined #7

simenandre opened this issue Mar 17, 2021 · 1 comment · Fixed by #8
Labels

Comments

@simenandre
Copy link
Member

Steps to reproduce

const api = new fiken.PurchasesApi({ ... });

api.addAttachmentToPurchaseDraft({
  companySlug,
  draftId,
  filename: fileName,
  file: voucherBuffer,
});

This produces FormData is not defined

simenandre added a commit that referenced this issue Mar 17, 2021
simenandre added a commit that referenced this issue Mar 17, 2021
simenandre added a commit that referenced this issue Mar 17, 2021
github-actions bot pushed a commit that referenced this issue Mar 17, 2021
## [1.1.2](v1.1.1...v1.1.2) (2021-03-17)

### Bug Fixes

* FormData is not defined ([#8](#8)) ([45464d3](45464d3)), closes [#7](#7)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.1.2 🎉

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant