• Eduardo Sanz García's avatar
    Rename `isDocumentReady` to `onDocumentReady` · 895077ca
    Eduardo Sanz García authored
    The name of `isDocumentReady` gives the impressiong that the function
    would return a boolean.  `onDocumentReady`, on the other hand, expresses
    more clearly that the execution of the callback will be triggered after
    the iframe's documen is ready (loaded and parsed).
    
    On a follow up commit I change the `onDocumentReady` to return a Promise
    instead of executing a callback.
    895077ca
Name
Last commit
Last update
..
anchoring Loading commit data...
components Loading commit data...
config Loading commit data...
integrations Loading commit data...
test Loading commit data...
util Loading commit data...
.eslintrc.js Loading commit data...
adder.js Loading commit data...
annotation-counts.js Loading commit data...
annotation-sync.js Loading commit data...
bucket-bar.js Loading commit data...
cross-frame.js Loading commit data...
features.js Loading commit data...
frame-observer.js Loading commit data...
guest.js Loading commit data...
highlighter.js Loading commit data...
hypothesis-injector.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
notebook.js Loading commit data...
range-util.js Loading commit data...
selection-observer.js Loading commit data...
sidebar-trigger.js Loading commit data...
sidebar.js Loading commit data...
toolbar.js Loading commit data...