-
- Downloads
Use the export of file-saver instead of the global function
file-saver pollutes the global scope, but at least it provides a default export, so use that instead.
Please register or sign in to comment
file-saver pollutes the global scope, but at least it provides a default export, so use that instead.