From 0614293c68b97151757481871368ef273e2010fd Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 6 Jan 2023 08:22:21 +0000 Subject: [PATCH] typedef: add PageApi.title --- gluon.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gluon.d.ts b/gluon.d.ts index 18f0eec..4c46d8f 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -9,7 +9,10 @@ type PageApi = { ) => Promise, /** Promise for waiting until the page has loaded. */ - loaded: Promise + loaded: Promise, + + /** Get or set the title of the page (async) */ + title: Promise }; type IPCApi = {