good state

This commit is contained in:
Fabian Freund
2025-03-07 20:35:35 +01:00
parent 70d1c1b50e
commit 25c9faa3ff
50 changed files with 993 additions and 439 deletions
@@ -736,6 +736,7 @@ class ShareInternetResourceState {
)
@HostApi()
abstract class GeckoBrowserApi {
void initialize();
bool showNativeFragment();
void onTrimMemory(int level);
}
@@ -953,6 +954,9 @@ abstract class GeckoContainerProxyApi {
void setProxyPort(int port);
void addContainerProxy(String contextId);
void removeContainerProxy(String contextId);
@async
bool healthcheck();
}
@HostApi()