Replies: 1 comment
-
Hi @jodeleeuw , This is also a reminder: I’d like to make the variables and functions used in my custom plugin accessible to general users. This was possible up to version 7, but starting from version 8, it no longer works. I assume this change was made for security reasons, which I completely understand and agree with. If you have any good ideas or suggestions, I’d really appreciate hearing them. Best ragards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am the developer of the jspsych-psychophysics plugin. Now, I am updating my plugin to be compatible with jsPsych V8.
Please let me know how users of my plugin can access the information created within the plugin.
For example, until V7, the users could access the
context
information usingjsPsych.getCurrentTrial().context
. Thecontext
is created within the plugin and is not specified by the user as a plugin parameter.In V8, I understand that the handling of parameters has become stricter. Therefore, the above method does not currently work.
Is there a way to solve this problem?
Best regards,
Daiichiro
Beta Was this translation helpful? Give feedback.
All reactions