eligrey / eligrey/FileSaver.js
Is FileSaver.js ready for upcoming changes with navigator.userAgent in Chrome?
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this information message using chrome:
> A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
> To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
> Note that for performance reasons, only the first access to one of the properties is shown.
>
> Affected resources:
>
> FileSaver.js:1
> --
Is the current version of FileSaver.js ready for this change?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.