diff --git a/gluon.d.ts b/gluon.d.ts index 95be650..aa2fc19 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -93,7 +93,10 @@ type Window = { /** API for manually using CDP with the browser. */ cdp: CDPApi, - /** API for Gluon idle management (like hibernation). */ + /** + * API for Gluon idle management (like hibernation). + * @experimental + */ idle: IdleApi };