How can I find out the full list of what is supported and whether the status is enabled or not?GlobalCEFApp.EnableFeatures and GlobalCEFApp.DisableFeatures can be used to enable or disable these features https://chromium.googlesource.com/chrom ... eatures.cc
GlobalCEFApp.EnableBlinkFeatures and GlobalCEFApp.DisableBlinkFeatures can be used to enable or disable these features https://cs.chromium.org/chromium/src/th ... ures.json5
Experimentally, for one site, I was helped by the solution EnableBlinkFeatures:= 'SensorExtraClasses'; But how to find out what is not working yet\disabled, and what might not hurt to disable?