mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
6 lines
207 B
Markdown
6 lines
207 B
Markdown
---
|
|
"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.
|