• 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
..
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...