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