jspsych / jsPsych

Create behavioral experiments in a browser using JavaScript
http://www.jspsych.org
MIT License
1.04k stars 675 forks source link

replace `navigator.userAgent` with `navigator.userAgentData` #2390

Open jodeleeuw opened 2 years ago

jodeleeuw commented 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.

alecgarza96 commented 2 years ago

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