From c4c67991559d98053beb2f09ec2cceab817d222b Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 5 Apr 2023 15:55:27 +0100 Subject: [PATCH] typedef: remove onLoad --- gluon.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/gluon.d.ts b/gluon.d.ts index 2d2d4b0..63614a6 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -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,