typedef: mark Window.idle as experimental
This commit is contained in:
parent
a585c6a958
commit
5d834f7e44
5
gluon.d.ts
vendored
5
gluon.d.ts
vendored
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user