• Eduardo Sanz García's avatar
    Remove `off` method on `Bridge` class · d17a3c22
    Eduardo Sanz García authored
    This method was not used anywhere. In addition for this method to have
    the intended effect, it needed to be called before `createChannel`,
    because at that point the methods are registered with the `RPC` class
    and there is no way to remove the listeners.
    d17a3c22
bridge-test.js 7.22 KB