question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

window.postMessage(message, transferables, targetOrigin) is deprecated

See original GitHub issue

Seeing this in Chrome Canary:

'window.postMessage(message, transferables, targetOrigin)' is deprecated and will be removed in M54, around October 2016. Please use 'window.postMessage(message, targetOrigin, transferables)' instead. See https://www.chromestatus.com/features/5719033043222528 for more details.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
danielchappellcommented, Sep 20, 2016

I am seeing the same thing as @felixbuenemann on Chrome 55 dev channel. I am on an an ember 1.10 app. I am not going to be able to upgrade ember for a while.

1reaction
teddyzeennycommented, Oct 2, 2016

Yes you’re one patch version behind. I need confirmation that 2.0.3 solves this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecate and remove: WebKit legacy window.postMessage ...
WebKit/Blink supports three overloads of window. ... transferables)" and "postMessage(message, transferables, targetOrigin)" The last one ...
Read more >
640825 - DevTools: remove deprecated use of postMessage ...
postMessage(message, transferables, targetOrigin)' is deprecated and will be removed in M54, around October 2016. Please use 'window.postMessage(message ...
Read more >
Window.postMessage() - Web APIs | MDN
postMessage (message, targetOrigin) postMessage(message, ... A sequence of transferable objects that are transferred with the message.
Read more >
Getting `window.postMessage` warning with client ... - GitHub
postMessage (message, transferables, targetOrigin)\' is deprecated and will be removed in M54, around October 2016. Please use \'window.
Read more >
window-postmessage-args-expected.txt - Google Git
CONSOLE WARNING: 'window.postMessage(message, transferables, targetOrigin)' is deprecated and will be removed in M54, around October 2016.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found