Re: Move sync APIs out of "Worker" into "SyncWorker"

On 29 July 2014 20:47, Ian Hickson <ian@hixie.ch> wrote:

> you can't enforce how long it takes to get
> the first byte of actual data back (since it might depend on the network),
> and that's all that actually matters.
>

Yes, but sync network & database calls mean the loading of initial content
for page A could be blocked by several pieces of secondary content in other
pages. If that's what you want to do, if you have that edge case, you can
make it happen with edge-casey code.

Received on Wednesday, 30 July 2014 09:21:40 UTC