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
It was working fine until recently, I followed the steps here but the following code does not work.
this.base64.encodeFile(filePath).then((base64File: string) => { console.log(base64File); }, (err) => { console.log(err); });
The above code does not work.
The text was updated successfully, but these errors were encountered:
Same !
Sorry, something went wrong.
same
Same, return this error: Failed to load resource: the server responded with a status of 404 (Not Found)
No branches or pull requests
It was working fine until recently, I followed the steps here but the following code does not work.
this.base64.encodeFile(filePath).then((base64File: string) => { console.log(base64File); }, (err) => { console.log(err); });
The above code does not work.
The text was updated successfully, but these errors were encountered: