Open anonOstrich opened 2 years ago
Generating a partially hidden sudoku with a unique solution will take a while (at least seconds). Currently freezes the whole frontend. Offload to a worker thread.
Decided to roll with vanilla Web Workers just to learn the official API in this project
Generating a partially hidden sudoku with a unique solution will take a while (at least seconds). Currently freezes the whole frontend. Offload to a worker thread.