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 = {