Thinking of adding a new web API to add the ability to add to native context menus. 🤔 It'd be nice if it could be made declarative, too. Like "Attach a context menu to this UI" and give it events for show/hide.
Similar to how the web currently has a native "modal" component with some functionality. I think this was tried before? I'm sad it didn't end up sticking.
What's cool is you can polyfill it with a browser extension since that's an ability they have.