Where does psychoJS store the data during the experiment?

I need to save the output manually, so I need to know what object stored the data during the experiment.
I assume it is something experiment._trialsData.

Can someone help me out here? It would be good to have a bit more documentation on such an important part of the online experiment :slight_smile:

It is psychoJS.experiment._trialsData.

I needed it for debugging, while running the experiment in the browser, so I just put it in console.log(). It would be good to know a more about PsychoJS’ handling of data. I assume that the PsychoJS library will receive a more detailed documentation as time passes by. Until then I will browse the source code.

Although I still get the popups to download the data on every exit, which is really annoying during debugging.