majro update

This commit is contained in:
Fabian Freund
2025-02-28 14:30:49 +01:00
parent a8957f6cf8
commit 3c4d479bd9
181 changed files with 7090 additions and 5299 deletions
@@ -942,6 +942,12 @@ abstract class GeckoPrefApi {
void resetPrefs(List<String>? preferenceNames);
}
@HostApi()
abstract class GeckoTurndownApi {
@async
List<Object> getMarkdown(List<String> htmlList);
}
@HostApi()
abstract class GeckoContainerProxyApi {
void setProxyPort(int port);