-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
resumable and phantomjs conflict #22
Comments
Thanks for reporting this issue. I am able to reproduce this... Looking into it now. |
Okay, the issue is that the version of Javascript in phantomJS is old, and doesn't implement This issue will supposedly go away with phantomjs v2.0 In the meantime, it looks like it can be fixed by using a polyfill, see for example: ariya/phantomjs#10522 (comment) Please let me know if that fixes it for you. |
Sorry, I meant to add that I just checked the potential fix into |
thx a lot , 0.3.3 solves issue ! |
Great, I'll publish it to atmosphere shortly. |
@pociej v0.3.3 is live on Atmosphere. Sorry for the delay, I was trying to fix another sticky problem in this release. |
as in title when you have any file collection with reasumable : true, and visible on client sidem phantomjs return TypeError: 'undefined' is not a function (evaluating 'share.setup_resumable.bind(this)').
The text was updated successfully, but these errors were encountered: