Hacker News new | ask | show | jobs
by masklinn 4423 days ago
There's a second problem: this thing is synchronous, so it's not possible to create a backend for WebSQL, IndexedDB or remote storage, or to store stuff in (possibly shared) WebWorkers.
1 comments

Ah yes, that's another huge problem! I'm so used to things being async that I didn't even see that.