Releases
Posted on
JxBrowser 8.18.0
Breaking changes
PermissionType.DURABLE_STORAGE removed, PermissionType.PERSISTENT_STORAGE added
PermissionType.DURABLE_STORAGE is no longer available, and
PermissionType.PERSISTENT_STORAGE was added.
Previous versions:
if (permissionType == PermissionType.DURABLE_STORAGE) {
grant();
}
8.18.0:
if (permissionType == PermissionType.PERSISTENT_STORAGE) {
grant();
}
NetError.PROXY_REQUIRED removed
Chromium 146 removed the corresponding network error, so
NetError.PROXY_REQUIRED is no longer available in JxBrowser.
Chromium 146.0.7680.72
We upgraded Chromium to version 146.0.7680.72.
You can read more about it in the Chromium blog post.
Download JxBrowser 8.18.0
Please share your email with us, and we'll send you download instructions.
We were unable to send the email. Please use the direct link to download JxBrowser.
If you are a registered customer you don't need to do anything to use this update.
If you would like to evaluate the product, you need an evaluation license.
Follow @JxBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.