• Eduardo Sanz García's avatar
    Register a `connect` listener at class instantiation · 0e909e57
    Eduardo Sanz García authored
    Previously, if the user tried to register a listener called `connect`, it
    could lead to problems and result in the channel not be connected.
    
    With this change, we reserve the `connect` name for internal purposes,
    and if a user tries to register the `connect` listener it would result
    on an error been raised.
    0e909e57
Name
Last commit
Last update
..
test Loading commit data...
bridge-events.js Loading commit data...
bridge.js Loading commit data...
injector.js Loading commit data...
port-rpc.js Loading commit data...
prompts.js Loading commit data...
renderer-options.js Loading commit data...
shortcut.js Loading commit data...
type-coercions.js Loading commit data...
user-agent.js Loading commit data...
warn-once.js Loading commit data...