majro update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user