com.equo.chromium
Interface CompatibleWithHost
-
public interface CompatibleWithHost
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CompletableFuture<String>
check()
Performs the toolkit check.CompatibleWithHost
windowless()
Configure the compatibility check for the windowless toolkit.
-
-
-
Method Detail
-
windowless
CompatibleWithHost windowless()
Configure the compatibility check for the windowless toolkit.
-
check
CompletableFuture<String> check()
Performs the toolkit check. Returns a completableFuturecompleted with empty if the test was successful or exceptionally completed with error. The test details for both cases are generated in the ~/.equo/compatibility_ .log file.
-
-
Copyright © 2024. All rights reserved.