XBLメソッドがあります:
<method name="getValue">
<body>
<![CDATA[
return "TEST"
]]>
</body>
</method>
そして、新しく開いたウィンドウで、私は次のように呼び出します。
print(window.opener.getChannel()); // this prints the value
しかしそれはそれを言います
window.opener.getChannelは関数ではありません
なぜ?