Currently, the example code assumes that all commands support and only respond via callback functions. This is not the case as all commands directly return values and most do not support callbacks.
This change in this PR is a proposed solution for exposing the return values from commands to requests originating within iframes. Also in this change are a couple syntax/typo fixes in the example stub code
This is related to Issue 46
Currently, the example code assumes that all commands support and only respond via callback functions. This is not the case as all commands directly return values and most do not support callbacks.
This change in this PR is a proposed solution for exposing the return values from commands to requests originating within iframes. Also in this change are a couple syntax/typo fixes in the example stub code