According to https://developer.mozilla.org/en-US/docs/DOM/window.postMessage,
the 'data' property on Event can either be a string or, in the case of window
'message' event, an Object. The attach patch thus changes the type from
{string} to {string|Object}.
This just popped up for me after 01fbd3a7d7c6fa2d8ba288cdc2820a169d58ed2d on
3/6 (I believe).
Original issue reported on code.google.com by amat...@gmail.com on 7 Mar 2013 at 10:30
Original issue reported on code.google.com by
amat...@gmail.com
on 7 Mar 2013 at 10:30Attachments: