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 0416839 commit 368a335Copy full SHA for 368a335
src/core/util/perf.js
@@ -5,6 +5,7 @@ export let measure
5
6
if (process.env.NODE_ENV !== 'production') {
7
const perf = inBrowser && window.performance
8
+ /* istanbul ignore if */
9
if (
10
perf &&
11
perf.mark &&
0 commit comments