It's been a few weeks... so figured it is about time for a new release
Beyond the added functions to the core control (AntView) there's a whole new cookie manager interface to deal with them pesky cookies.
2023/02/21
release 1.1.270
New functionality:
AntView interface
Properties
- BrowserProcessIDLong
- CookieManager
- IsDocumentPlayingAudio
- IsDownloadDialogOpen
- IsSuspended
- Muted
Methods
- CloseDownloadDialog
- NavigateWithWebResourceRequestSync
- OpenDownloadDialog
- OpenTaskManagerWindow
Events
- OnDocumentPlayingAudioChanged
- OnDownloadDialogOpenChanged
- OnMutedChanged
New AntViewCookieManager interface
Methods
- AddOrUpdateCookie
- CopyCookie
- CreateCookie
- DeleteAllCookies
- DeleteCookie
- DeleteCookies
- DeleteCookiesWithDomainAndPath
- GetCookies
Events
- OnDestroy
- OnGetCookieList
New AntViewCookieList interface
Properties
- Count
Methods
- ValueAtIndex
Events
- OnDestroy
New AntViewCookie interface
Properties
- DefaultInterface
- domain
- Expires
- HttpOnly
- Secure
- IsSession
- Name
- path
- SameSite
- Value
Events
- OnDestroy
Bugfix/Changed behavior
- The online help system has been touched up a bit to work closer to how the Windows CHM help works and looks like.
For more information, including hyperlinked versions of the features above, please see our "News" page.
--
Wil