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

Async file validation #35

Open
cahaseler opened this issue Jan 20, 2024 · 0 comments
Open

Async file validation #35

cahaseler opened this issue Jan 20, 2024 · 0 comments

Comments

@cahaseler
Copy link

Is your feature request related to a problem? Please describe.
The validator function requires a synchronous function, which means I can't actually read the file in order to do the validation, given that all the browser-friendly ways to do so are async. Not being able to actually look at the contents of the file makes it incredibly hard to do any kind of validation.

Describe the solution you'd like
Accept async javascript.

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

No branches or pull requests

1 participant