Posted on Mar 20, 2023
What’s New
Chromium 111
We upgraded Chromium to 111.0.5563.65.
This update contains 40 security fixes.
Asynchronous JsFunction
It’s now possible to invoke JsFunction
in a non-blocking way:
JsFunction function = frame.executeJavaScript("myFunction");
CompletableFuture<String> futureResult = function.invokeAsync(null);
Breaking API changes
The MediaReceiver.description()
and MediaReceiver.domain()
methods have been removed from Chromium API without
an alternative.
Quality Enhancements
- Fixed crashes in WebSwing environments.
- Fixed a crash when exiting the full-screen mode.
- Fixed an error when creating autofill suggestion pop-ups.
- Removed the “Settings” button from a notification pop-up on macOS.
Subscribe to @JxBrowserTeam on Twitter to get notified of the library updates.