typedef: remove onLoad

This commit is contained in:
CanadaHonk 2023-04-05 15:55:27 +01:00
parent 420ffbdaa4
commit c4c6799155

3
gluon.d.ts vendored
View File

@ -498,9 +498,6 @@ type BrowserEngine = 'chromium'|'firefox';
/** Additional options for opening */
type OpenOptions = {
/** Function to evaluate in the web context once loaded. */
onLoad?: Function,
/** Force Gluon to use a specific browser instead of automatically finding one itself. */
forceBrowser?: Browser,