I update the features mapping table every month or so (which is fast enough to usually have features mapped before it makes it to stable). If it is not mapped it will still get reported but with the number as the feature name.
If you run a test on WebPageTest it should dump all of the detected features used in the json result. i.e. navigating to the www.facebook.com login page with mobile emulation produces these:
ARIAHiddenAttribute: 889.144,
ARIALabelAttribute: 967.964,
AddEventListenerPassiveFalse: 2160.061,
AddEventListenerPassiveTrue: 1687.085,
AddEventListenerThirdArgumentIsObject: 1682.313,
AutocapitalizeAttribute: 888.162,
CSPWithStrictDynamic: 3106.395,
CSPWithUnsafeEval: 418.93,
CSSAtRuleKeyframes: 661.097,
CSSAtRuleMedia: 689.854,
CSSAtRuleSupports: 689.96,
CSSEnvironmentVariable: 919.829,
CSSEnvironmentVariable_SafeAreaInsetBottom: 1984.631,
CSSEnvironmentVariable_SafeAreaInsetLeft: 919.838,
CSSEnvironmentVariable_SafeAreaInsetRight: 919.885,
CSSFlexibleBox: 928.004,
CSSGradient: 924.124,
CSSSelectorIndirectAdjacent: 662.33,
CSSSelectorPseudoFocus: 660.868,
CSSSelectorWebkitSearchCancelButton: 661.68,
CSSSelectorWebkitUnknownPseudo: 661.661,
CSSValueAppearanceNone: 923.15,
ContentSecurityPolicy: 418.898,
CookieSet: 863.792,
CrossOriginApplicationScript: 807.258,
CrossOriginMainFrameNulledNameAccessed: 418.922,
CryptoGetRandomValues: 1678.329,
DocumentBeforeUnloadRegistered: 1705.041,
DocumentDomainSetWithDefaultPort: 693.327,
DocumentPageHideRegistered: 1687.902,
DocumentPageShowFired: 3395.582,
DocumentPageShowRegistered: 1702.944,
DocumentSetDomain: 693.291,
DocumentUnloadRegistered: 1703.67,
EventSrcElement: 2050.465,
FormElement: 887.968,
FormsSubmitted: 2851.229,
HasBeforeOrAfterPseudoElement: 660.612,
HasIDClassTagAttribute: 660.5,
InputTypeEmail: 928.859,
InputTypeHidden: 928.713,
InputTypePassword: 928.922,
NavigatorUserAgent: 862.73,
NonPassiveTouchEventListener: 1687.539,
PassiveTouchEventListener: 1687.113,
PlaceholderAttribute: 888.647,
SecureContextCheckPassed: 418.914,
SetReferrerPolicy: 443.85,
StarInTimingAllowOrigin: 660.218
UnprefixedRequestAnimationFrame: 2299.545,
UserTiming: 1776.504,
V8Element_GetBoundingClientRect_Method: 2455.404,
V8ErrorStackTraceLimit: 1666.149,
V8MessageChannel_Constructor: 2282.843,
V8Performance_Timing_AttributeGetter: 836.505,
V8Screen_Height_AttributeGetter: 866.605,
V8Screen_Width_AttributeGetter: 866.583,
V8SloppyMode: 692.595,
V8StrictMode: 823.906,
WindowDevicePixelRatio: 863.617,
WindowInnerHeight: 1983.462,
WindowOrientation: 1970.407,
WindowPageXOffset: 3388.438,
WindowPageYOffset: 1994.67,
XMLHttpRequestAsynchronous: 2712.025,
XSSAuditorDisabled: 430.149,
There are a few different event listener named events in there (and nothing unmapped).
Here is the same test on an actual mobile device:
ARIAHiddenAttribute: 1380.915,
ARIALabelAttribute: 1421.044,
AddEventListenerPassiveFalse: 2424.571,
AddEventListenerPassiveTrue: 1909.827,
AddEventListenerThirdArgumentIsObject: 1903.683,
AutocapitalizeAttribute: 1380.096,
CSPWithStrictDynamic: 3116.942,
CSPWithUnsafeEval: 762.168,
CSSAtRuleKeyframes: 1154.855,
CSSAtRuleMedia: 1178.204,
CSSAtRuleSupports: 1178.658,
CSSEnvironmentVariable: 1396.646,
CSSEnvironmentVariable_SafeAreaInsetBottom: 2369.475,
CSSEnvironmentVariable_SafeAreaInsetLeft: 1396.663,
CSSEnvironmentVariable_SafeAreaInsetRight: 1396.684,
CSSFlexibleBox: 1404.838,
CSSGradient: 1402.327,
CSSSelectorIndirectAdjacent: 1162.862,
CSSSelectorPseudoFocus: 1151.174,
CSSSelectorWebkitSearchCancelButton: 1156.669,
CSSSelectorWebkitUnknownPseudo: 1156.155,
CSSValueAppearanceNone: 1401.515,
ContentSecurityPolicy: 761.946,
CookieSet: 1372.84,
CrossOriginApplicationScript: 1263.49,
CrossOriginMainFrameNulledNameAccessed: 762.146,
CryptoGetRandomValues: 1896.091,
DocumentBeforeUnloadRegistered: 1939.873,
DocumentDomainSetWithDefaultPort: 1201.992,
DocumentPageHideRegistered: 1911.413,
DocumentPageShowFired: 3685.641,
DocumentPageShowRegistered: 1937.918,
DocumentSetDomain: 1201.772,
DocumentUnloadRegistered: 1939.577,
EventSrcElement: 2240.173,
FormElement: 1379.74,
FormsSubmitted: 2895.258,
HasBeforeOrAfterPseudoElement: 1149.698,
HasIDClassTagAttribute: 1149.091,
InputTypeEmail: 1405.438,
InputTypeHidden: 1405.069,
InputTypePassword: 1405.66,
NavigatorUserAgent: 1372.645,
NonPassiveTouchEventListener: 1910.45,
PassiveTouchEventListener: 1909.961,
PlaceholderAttribute: 1380.129,
SecureContextCheckPassed: 762.119,
SetReferrerPolicy: 801.401,
StarInTimingAllowOrigin: 1148.479
UnprefixedRequestAnimationFrame: 2489.741,
UserTiming: 2024.012,
V8Element_GetBoundingClientRect_Method: 2986.992,
V8ErrorStackTraceLimit: 1878.143,
V8MessageChannel_Constructor: 2478.941,
V8Performance_Timing_AttributeGetter: 1348.608,
V8Screen_Height_AttributeGetter: 1374.719,
V8Screen_Width_AttributeGetter: 1374.69,
V8SloppyMode: 1198.887,
V8StrictMode: 1268.176,
WindowDevicePixelRatio: 1372.709,
WindowInnerHeight: 2368.196,
WindowOrientation: 2366.697,
WindowPageXOffset: 2534.736,
WindowPageYOffset: 2374.719,
XMLHttpRequestAsynchronous: 2813.346,
XSSAuditorDisabled: 771.33,