jsPsych/packages/jspsych
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
..
css Setup monorepo and switch to ES6 modules 2021-06-23 22:39:38 +02:00
src Implement preload flag for plugin parameters 2021-08-17 16:47:07 +02:00
tests Implement preload flag for plugin parameters 2021-08-17 16:47:07 +02:00
global.d.ts Migrate to TypeScript 2021-07-06 17:55:42 +02:00
jest.config.cjs Migrate to TypeScript 2021-07-06 17:55:42 +02:00
package.json Use classes to avoid global state 2021-07-12 18:15:37 +02:00
rollup.config.mjs Use classes to avoid global state 2021-07-12 18:15:37 +02:00
tsconfig.json Add explicit include option to TS configs 2021-07-13 09:54:29 +02:00