• Robert Knight's avatar
    Implement `Guest.injectClient` · a8b50cf3
    Robert Knight authored
    Implement the `injectClient` method of Guest that is used by
    integrations (eg. VitalSource) to inject the client into a chosen frame.
    
    In the process the `HypothesisInjector` class has been extracted out of
    the `CrossFrame` class, since it is unrelated to the rest of the
    functionality in that class and only lived their because of its
    dependence on the `Bridge` instance, which will soon be removed (see
    https://github.com/hypothesis/client/pull/3812). It is now constructed
    and used directly by the `Guest` class instead.
    a8b50cf3
Name
Last commit
Last update
..
integration Loading commit data...
adder-test.js Loading commit data...
annotation-counts-test.js Loading commit data...
annotation-sync-test.js Loading commit data...
bucket-bar-test.js Loading commit data...
cross-frame-test.js Loading commit data...
empty.html Loading commit data...
features-test.js Loading commit data...
frame-observer-test.js Loading commit data...
guest-test.js Loading commit data...
highlighter-test.js Loading commit data...
notebook-test.js Loading commit data...
range-util-test.js Loading commit data...
selection-observer-test.js Loading commit data...
sidebar-test.js Loading commit data...
sidebar-trigger-test.js Loading commit data...
toolbar-test.js Loading commit data...