We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c2ec6 commit 3733277Copy full SHA for 3733277
1 file changed
lib/core/engine/command/perfStats.js
@@ -26,7 +26,7 @@ export class PerfStatsInterface {
26
* @throws {Error} Throws an error if not running Firefox.
27
*/
28
// eslint-disable-next-line prettier/prettier
29
- async start(featureMask = 0xFF_FF_FF_FF) {
+ async start(featureMask = 0xFFFF_FFFF_FFFF_FFFFn) {
30
if (this.options.browser === 'firefox') {
31
return this.PerfStats.start(featureMask);
32
} else {
0 commit comments