-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Having problem with Blob in v 1.5.1 peerjs.min.js #1163
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Ah, it only happens when sending Blobs nested in objects. I'll try to fix it. |
Just released BinaryPack 2.1, which restores support for nested Blobs within objects. I'll release a beta version of PeerJS today, and if no further issues arise, I will publish the updated version as 1.5.2 in the next days. |
## [1.5.2-rc.1](v1.5.1...v1.5.2-rc.1) (2023-12-03) ### Bug Fixes * `close` event was not triggered reliably ([#860](#860)) ([ec1d5ae](ec1d5ae)), closes [#636](#636) * **datachannel:** sending order is now preserved correctly ([18d491a](18d491a)), closes [#746](#746) * support Blobs nested in objects ([7956dd6](7956dd6)), closes [#1163](#1163)
🎉 This issue has been resolved in version 1.5.2-rc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.5.2](v1.5.1...v1.5.2) (2023-12-05) ### Bug Fixes * support Blobs nested in objects ([7956dd6](7956dd6)), closes [#1163](#1163)
🎉 This issue has been resolved in version 1.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi, recently I updated my file transfer application's peerjs library from v 1.3.2 to 1.5.1 and I am getting next error: "Uncaught Error: Type function Blob() { [native code] } not yet supported", but as I know it was supported in versions: 1.3.2 and 1.4.7, but some how it's now missing from the latest version (v 1.5.1), can you please tell me what is wrong with it?
The text was updated successfully, but these errors were encountered: