From 5d834f7e4487337a114ec1860b1e8b3927208550 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 21 Dec 2022 17:42:05 +0000 Subject: [PATCH] typedef: mark Window.idle as experimental --- gluon.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 };