added more contextual menu buttons

This commit is contained in:
Fabian Freund
2026-03-11 14:57:17 +01:00
parent a457d3dd24
commit 19ec600949
12 changed files with 1054 additions and 0 deletions
@@ -1378,6 +1378,8 @@ abstract class GeckoSessionApi {
@async
Uint8List? requestScreenshot(bool sendBack);
void dispatchKeyEvent({required int keyCode});
}
@HostApi()