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

Latest version crashes our app #15

Closed
yanivtal opened this issue Nov 18, 2015 · 4 comments
Closed

Latest version crashes our app #15

yanivtal opened this issue Nov 18, 2015 · 4 comments

Comments

@yanivtal
Copy link

JS error
Uncaught DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
Somewhere around window.postMessage({payload:o.serialize?a"default"

We have to uninstall the extension until this is fixed.

@zalmoxisus
Copy link
Owner

Thanks for the report. We made serialization optional in the new version. It is enabled by default, but it seems that the options values come later than the first "@@init" action. I will fix it ASAP.

BTW, instead of uninstalling the extension, you may just disable it or exclude your url from being injected in the options page.

@yanivtal
Copy link
Author

Cool thanks. I tried turning off the serialization setting but my app till crashed. Thanks for looking into it. I really love using this!

@zalmoxisus
Copy link
Owner

Yes, in your case, you need the serialization to be turned on. It should be fixed now in 0.4.1. It will be available on Chrome store in few minutes.

Thanks a lot for your feedback! Feel free to reopen the ticket if something goes wrong.

@yanivtal
Copy link
Author

Awesome it works. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants