Releases

New version is available
You are viewing the documentation for JxBrowser 8 which is no longer the latest version. Upgrade to JxBrowser 9 to benefit from the new features and improvements. If you have any questions or need assistance with the upgrade, please feel free to .
Contents

Posted on

JxBrowser 8.18.0

Breaking changes 

Changes in PermissionType enum 

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.

Sending...
EmailBox Please check your inbox.

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.

Get free 30-day trial