jsPsych/packages/jspsych/tests/core
bjoluc 64541a451f Implement preload flag for plugin parameters
It defaults to `true` for parameters of type IMAGE, VIDEO, and AUDIO,
and is ignored for any other parameter type.
Example: Using `parameterType.IMAGE` for a parameter `param` in a
plugin named `my-plugin` is equivalent to calling
`jspsych.pluginAPI.registerPreload("my-plugin", "param", "image")`
before `jsPsych.run()`. Setting `preload: false` for the parameter would
disable this invocation.
2021-08-17 16:47:07 +02:00
..
case-sensitive-responses.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
css-classes-parameter.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
default-iti.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
default-parameters.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
endexperiment.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
events.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
functions-as-parameters.test.ts Make plugin info static 2021-08-12 17:25:26 +02:00
min-rt.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
progressbar.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
run.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
timeline-variables.test.ts Move experiment execution into jsPsych.run() 2021-07-19 17:10:37 +02:00
timelines.test.ts Implement preload flag for plugin parameters 2021-08-17 16:47:07 +02:00