typedef: mark Window.idle as experimental

This commit is contained in:
CanadaHonk 2022-12-21 17:42:05 +00:00
parent a585c6a958
commit 5d834f7e44

5
gluon.d.ts vendored
View File

@ -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
};