frontend/.pnpm-store/v3/files/14/c0b09b67d81792f40aa0925ed8ce7af1996fd140c03e12dc8f51ad884f81c0679768a8ddc0d2760df5d89cfe5a6c9ddb89c0f83ba8697596ef89016fac3a55

12 lines
251 B
Plaintext

// http://www.w3.org/TR/html5/interactive-elements.html#context-menus
// Demo at http://thewebrocks.com/demos/context-menu/
Modernizr.addTest(
'contextmenu',
('contextMenu' in document.documentElement && 'HTMLMenuItemElement' in window)
);