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

Fix deprecated window.postMessage overload #555

Merged
merged 1 commit into from
Jun 25, 2016
Merged

Fix deprecated window.postMessage overload #555

merged 1 commit into from
Jun 25, 2016

Conversation

evansims
Copy link
Contributor

Resolves feature deprecation warning in Chrome Canary V53; legacy window.postMessage overload https://www.chromestatus.com/features/5719033043222528

Resolves feature deprecation warning in Chrome Canary V53; legacy
window.postMessage overload
https://www.chromestatus.com/features/5719033043222528
@teddyzeenny
Copy link
Contributor

Thanks!

@nerdybeast
Copy link

@evansims this doesn't seemed to be fixed. I'm currently running chrome Beta v54, ember-inspector v2.0.2, and ember v2.8.1 and I'm still seeing this error in the chrome console: Failed to execute 'postMessage' on 'Window': The 3rd argument is neither an array, nor does it have indexed properties. This is preventing ember-inspector from working. Thoughts?

@evansims
Copy link
Contributor Author

@nerdybeast Hmm, that sounds like an entirely different issue from what this commit fixed. I've not encountered that one myself, sorry. Probably worth opening an issue if you haven't already.

@nerdybeast
Copy link

@evansims thanks for the response. I lied in my last comment, I was only on Ember v2.8.0 but after "actually" upgrading to 2.8.1 the inspector is working again.

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

Successfully merging this pull request may close these issues.

3 participants