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 eead424 commit c8df932Copy full SHA for c8df932
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