bestelbus22@lemmy.world to Programmer Humor@programming.dev · 1 个月前For that modern web feelinglemmy.worldimagemessage-square44linkfedilinkarrow-up1368arrow-down12
arrow-up1366arrow-down1imageFor that modern web feelinglemmy.worldbestelbus22@lemmy.world to Programmer Humor@programming.dev · 1 个月前message-square44linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up5·1 个月前To your first question: The arguments to setTimeout and setInterval (and I believe everything else in JavaScript) are in milliseconds. Second question: Everybody, unless you’re a 90-year old, demented grandma.
minus-squareAnUnusualRelic@lemmy.worldlinkfedilinkarrow-up1·1 个月前With most web pages pulling megabytes of crud to display anything, I’m not sure a 0.75 second delay would change anything much.
To your first question: The arguments to
setTimeoutandsetInterval(and I believe everything else in JavaScript) are in milliseconds.Second question: Everybody, unless you’re a 90-year old, demented grandma.
With most web pages pulling megabytes of crud to display anything, I’m not sure a 0.75 second delay would change anything much.