10 Commits

Author SHA1 Message Date
Drake
a86305eb41
bump Deno branch to 0.9.0 (#27)
* cdp: add internal close api

* inject: add Window.close() api

* typedef: add Window.close()

* roadmap: add close api for 0.8.0

* release: 0.8.0

* readme: update project age

* paths: add more linux browsers

* readme: update screenshot

* readme: move trying gluon to earlier up

* inject: add useSessionId to Window.cdp.send()

* typedef: add useSessionId to CDPApi.send()

* idle: rewrite to use CDP to get processes instead of exec

* index: remove now unneeded parameters for idle creation

* chore: bump version to 0.9.0-alpha.0

* inject: pass IPC browser engine

* api: add Window.versions

* typedef: add future BrowserEngine and update Browser values

* typedef: add Window.versions

* index: rename internal variable

* idle: v2 - added sleep, utils, documenting, and more

* typedef: update for IdleApi v2

* roadmap: update

* chore: bump version to 0.9.0-alpha.2

* readme: add more feature specific statuses

* readme: make specific feature statuses into a table

* cdp: return protocol errors

* idle: move to new api dir

* controls: new Window.controls API

* darwin: full support (#4)

* meta: add pnpm-lock.yaml to .gitignore for my own sanity

* darwin: preliminary support

* chore: disable menubar key in firefox

* Add support new browsers Mac OS (#20)

Co-authored-by: a.artamonov <a.artamonov@sftpro.ru>

* roadmap: tweak

* roadmap: update done

* roadmap: remove overall

* typedef: change some voids to Promise<void>s

* typedef: add Window.controls

* release: 0.9.0

Co-authored-by: CanadaHonk <oj@oojmed.com>
Co-authored-by: Beef <beefers@riseup.net>
Co-authored-by: Alexander Artamonov <47431914+artamonovtech@users.noreply.github.com>
Co-authored-by: a.artamonov <a.artamonov@sftpro.ru>
2023-01-04 00:40:59 +00:00
CanadaHonk
905db965b5 typedef: fix marking wrong function as todo 2022-12-21 17:42:46 +00:00
CanadaHonk
5d834f7e44 typedef: mark Window.idle as experimental 2022-12-21 17:42:05 +00:00
CanadaHonk
a585c6a958 typedef: fix IdleApi.auto() return value 2022-12-21 17:24:13 +00:00
CanadaHonk
3d23efb714 typedef: fix bool -> Boolean 2022-12-21 17:05:54 +00:00
CanadaHonk
253e30ab55 typedef: add idle api 2022-12-20 21:32:32 +00:00
CanadaHonk
3a9a4e4e95 typedef: fix spelling 2022-12-18 12:37:31 +00:00
CanadaHonk
6c5f67929b typedef: tweaks 2022-12-18 12:33:00 +00:00
CanadaHonk
b0d2d51dcb typedef: type all of return value 2022-12-17 16:49:06 +00:00
CanadaHonk
5463685bd5 doc: use typedef instead 2022-12-17 16:11:42 +00:00