If a string is composed of the ids of media devices, like this
const identifier = navigator.mediaDevices.map( device => device.deviceId ).join('');
would that string be unique across all internet users?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
If a string is composed of the ids of media devices, like this
const identifier = navigator.mediaDevices.map( device => device.deviceId ).join('');
would that string be unique across all internet users?