[Webkit-unassigned] [Bug 63141] Wrong argument order in window.postMessage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 21:39:01 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63141


johnjbarton <johnjbarton at johnjbarton.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johnjbarton at johnjbarton.com




--- Comment #6 from johnjbarton <johnjbarton at johnjbarton.com>  2011-08-29 21:39:00 PST ---
It looks like the WebKit API is
  otherWindow.postMessage(message, ports);
Specifically a third argument is not allowed. V8 at least requires the |ports| to be an Array.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list