Y
Hacker News
new
|
ask
|
show
|
jobs
by
cag_ii
3041 days ago
It'd be simple enough to add an 'order' identifier (request timestamp, etc) to the requests.
Edit: nm. My mistake, not as easy as that using only css!
2 comments
usrusr
3041 days ago
Simple enough, in CSS?
link
cag_ii
3041 days ago
My mistake, I guess I didn't really think that through...
link
gall0ws
3040 days ago
Maybe with counter-reset?
link
ateesdalejr
3041 days ago
Why would you even need an order identifier? All you need to do is check the request logs for your server everything should be already in order.
link
cag_ii
3041 days ago
I was replying to the comment above which pointed out correctly that the order in which the server receives the requests may differ from the order in which they were sent.
link