mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
207 B
207 B
jspsych |
---|
minor |
Allow trial on_finish
methods to be asynchronous, i.e. return a Promise
. Prior to this, promises returned by on_finish
were not awaited before proceeding with the next trial.