-
Notifications
You must be signed in to change notification settings - Fork 161
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: Buffer is not defined #325
Labels
Comments
Oh crap. Sorry, currently |
Merged
github-actions bot
pushed a commit
that referenced
this issue
Nov 4, 2021
## [3.0.2-develop.2](v3.0.2-develop.1...v3.0.2-develop.2) (2021-11-04) ### Bug Fixes * Remove Blob usage to support modern browsers ([c4e33d3](c4e33d3)), closes [#325](#325)
🎉 This issue has been resolved in version 3.0.2-develop.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Nov 17, 2021
# [3.1.0](v3.0.1...v3.1.0) (2021-11-17) ### Bug Fixes * Remove Blob usage to support modern browsers ([c4e33d3](c4e33d3)), closes [#325](#325) ### Features * **Calendar:** Handle `timezone('UTC')` correctly ([c0745e5](c0745e5)), closes [#328](#328) * **event:** Add support for event class ([a227aa2](a227aa2)) * **Event:** Handle `timezone('UTC')` correctly ([781dc3d](781dc3d)), closes [#328](#328)
🎉 This issue has been resolved in version 3.1.0 🎉 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
When I try to use the toString method in browser (webpack), I get the following Error
Same with toURL and toBlob
The text was updated successfully, but these errors were encountered: