79570906

Date: 2025-04-12 20:26:10
Score: 1
Natty:
Report link

Just select an HTML element(body, for example), and call the onContextMenu getter on it:

web.window.document.querySelector('body')?.onContextMenu.listen((event) {});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Radomir Epur