- Prague, CZ
-
08:03
(UTC +01:00)
Highlights
Pinned Loading
-
-
Run timer on webworker for BG ops.
Run timer on webworker for BG ops. 1/*
2const timer = new WorkerBasedTimer();
34const id = timer.setInterval(()=> {
5// do something
-
Use localstorage with faster read.
Use localstorage with faster read. 1class LocalStorage {
2private cache: Record<string, any> = {};
3static instance: any;
45constructor() {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.