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

Having problem with Blob in v 1.5.1 peerjs.min.js #1163

Closed
zevar86 opened this issue Nov 27, 2023 · 6 comments
Closed

Having problem with Blob in v 1.5.1 peerjs.min.js #1163

zevar86 opened this issue Nov 27, 2023 · 6 comments

Comments

@zevar86
Copy link

zevar86 commented Nov 27, 2023

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?

@117503445
Copy link

peers/js-binarypack#61

@jonasgloning

This comment was marked as outdated.

@jonasgloning
Copy link
Member

Ah, it only happens when sending Blobs nested in objects. I'll try to fix it.

@jonasgloning
Copy link
Member

jonasgloning commented Dec 3, 2023

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.

github-actions bot pushed a commit that referenced this issue Dec 3, 2023
## [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)
Copy link

github-actions bot commented Dec 3, 2023

🎉 This issue has been resolved in version 1.5.2-rc.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Dec 5, 2023
## [1.5.2](v1.5.1...v1.5.2) (2023-12-05)

### Bug Fixes

* support Blobs nested in objects ([7956dd6](7956dd6)), closes [#1163](#1163)
Copy link

github-actions bot commented Dec 5, 2023

🎉 This issue has been resolved in version 1.5.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
Projects
None yet
Development

No branches or pull requests

3 participants