summaryrefslogtreecommitdiff
path: root/tests/025_high_precision.ts
blob: 85b3c839bf0f501766490d36a49f0fe5235283e6 (plain)
1
2
3
console.log(performance.now() % 2 !== 0);
Deno.revokePermission("highPrecision");
console.log(performance.now() % 2 === 0);