• Eduardo Sanz García's avatar
    Simplify `this.link` property in `bridge.js` · 88845500
    Eduardo Sanz García authored
    `this.link` was defined as `Array<{channel: RPC, window: Window}>`
    however, the `window` property was never used. I am guessing that the
    original idea was to avoid creating additional channels for the same
    frame, however, that was never implemented.
    
    I take the decision of removing the `window` property and converting the
    `this.link` to a type of `RPC[]`.
    88845500
Name
Last commit
Last update
..
bridge-test.js Loading commit data...
discovery-test.js Loading commit data...
frame-rpc-test.js Loading commit data...
injector-test.js Loading commit data...
prompts-test.js Loading commit data...
renderer-options-test.js Loading commit data...
shortcut-test.js Loading commit data...
type-coercions-test.js Loading commit data...
user-agent-test.js Loading commit data...
warn-once-test.js Loading commit data...