We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quoting the warning from the documentation:
TL;DR: you should not use this library in your HTML page and it's less reliable when used server-side (Node.js)
What exactly does this mean? Should this project not be used anymore, or is there additional context around exactly what it should not be used for?
Our use case if determining the device class, such as...
console.log( md.mobile() ); // 'Sony' console.log( md.phone() ); // 'Sony' console.log( md.tablet() ); // null
Is this library still reliable enough to produce consistent results for this use case?
Thanks.
The text was updated successfully, but these errors were encountered:
It depends on what you want to achieve.
=> depending on your use-case, live with the shortcomings or (better) find another solution.
Sorry, something went wrong.
No branches or pull requests
Quoting the warning from the documentation:
What exactly does this mean? Should this project not be used anymore, or is there additional context around exactly what it should not be used for?
Our use case if determining the device class, such as...
Is this library still reliable enough to produce consistent results for this use case?
Thanks.
The text was updated successfully, but these errors were encountered: