Open jodeleeuw opened 2 years ago
Mainly needed for the browser-check plugin. navigator.userAgent is going to be less revealing soon, probably breaking the parsing that is in there.
browser-check
navigator.userAgent
https://github.com/jspsych/jsPsych/blob/main/packages/plugin-browser-check/src/index.ts
It appears here is where bulk of changes need to be made
Mainly needed for the
browser-check
plugin.navigator.userAgent
is going to be less revealing soon, probably breaking the parsing that is in there.