I have a XBL method:
<method name="getValue">
<body>
<![CDATA[
return "TEST"
]]>
</body>
</method>
and, in a new opened window, I call:
print(window.opener.getChannel()); // this prints the value
but it says that
window.opener.getChannel is not a function
why?