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 d708887 commit 175b8feCopy full SHA for 175b8fe
lib/internal/http.js
@@ -3,8 +3,8 @@
3
const { setUnrefTimeout } = require('internal/timers');
4
const { PerformanceEntry, notify } = internalBinding('performance');
5
6
-var nowCache;
7
-var utcCache;
+let nowCache;
+let utcCache;
8
9
function nowDate() {
10
if (!nowCache) cache();
0 commit comments