Skip to content
New issue

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

Added loadBase64Data feature #12

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Added loadBase64Data feature #12

merged 4 commits into from
Jan 17, 2024

Conversation

jack-szeto
Copy link

I added the loadBase64Data feature. So now, it's not limited to save the data to local file system.
You could save the data from getBase64Data and save it somewhere else like database.
Then, load the data using loadBase64Data.

Example

try {
    await controller.loadBase64Data(base64Data);
    // handle success
} catch (e) {
    // handle error
}

@mym0404
Copy link
Owner

mym0404 commented Jan 15, 2024

Thanks I'll merge it soon

@mym0404 mym0404 merged commit 3d73872 into mym0404:main Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants