Y
Hacker News
new
|
ask
|
show
|
jobs
by
red_admiral
970 days ago
Would this still work if the client opens more than one tab?
1 comments
Retr0id
970 days ago
As long as you have some mechanism for synchronizing state between tabs, it should be fine. iiuc, the localstorage API is synchronised, for example.
link
katsura
970 days ago
Except if you have two almost simultaneous requests where the request made last reaches the server first.
link