Re: [whatwg] asynchronous JSON.parse

Le 08/03/2013 02:01, Glenn Maynard a écrit :
> If you're dealing with lots of data, you should be loading or creating 
> the data in the worker in the first place, not creating it in the UI 
> thread and then shuffling it off to a worker.
Exactly. That would be the proper way to handle a big amount of data.

David

Received on Friday, 8 March 2013 10:43:42 UTC