We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618a678 commit a6b71c9Copy full SHA for a6b71c9
lighthouse-core/lib/emulation.js
@@ -75,6 +75,11 @@ const CPU_THROTTLE_METRICS = {
75
};
76
77
function enableNexus5X(driver) {
78
+ // COMPAT FIMXE
79
+ // Injecting this function clientside is no longer neccessary as of m62. This is done
80
+ // on the backend when `Emulation.setTouchEmulationEnabled` is set.
81
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=133915#c63
82
+ // Once m62 hits stable (~Oct 20th) we can nuke this entirely
83
/**
84
* Finalizes touch emulation by enabling `"ontouchstart" in window` feature detect
85
* to work. Messy hack, though copied verbatim from DevTools' emulation/TouchModel.js
0 commit comments