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

Fix data.split in modern browsers #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheSkorm
Copy link

It seems something has changed in modern browsers since this was built. There's no longer a synchronous way of accessing blob data so rather we need to load it into a filereader and add an event listener.

@cnlohr
Copy link
Owner

cnlohr commented Mar 1, 2023

This is a significant departure from the existing codebase :-/ it's a little too much for me to stomach here for a legacy project :-/ I will leave this PR open for others. If anyone else comes along and tests it then I would consider keeping it.

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.

2 participants