MediaWiki:Vector.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 25: Line 25:
)
)
endthingy = performance.now()
endthingy = performance.now()
timeTakentwo = endthingy - thingy;
timeTakentwo = endthingy - startthingy;
console.log("JSDelivr hosted DarkReader took " + timeTakentwo + " milliseconds to load");
console.log("JSDelivr hosted DarkReader took " + timeTakentwo + " milliseconds to load");
     },
     },