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
Hi,
when I init a file and try to save it, I've got this error in the console :
TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'.
If I load the same file via the upload button it works.
Does anyone have a fix for this ?
I've build the App via vue-cli, here is my dependencies
"dependencies": { "@libresign/vue-pdf-editor": "^1.2.5", "core-js": "^3.8.3", "vue": "^2.6.14" }, "devDependencies": { "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "vue-template-compiler": "^2.6.14" },
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when I init a file and try to save it, I've got this error in the console :
TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'.
If I load the same file via the upload button it works.
Does anyone have a fix for this ?
I've build the App via vue-cli, here is my dependencies
Thanks
The text was updated successfully, but these errors were encountered: