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 handling of Uint8Array and ArrayBuffer #214

Merged
merged 1 commit into from May 20, 2019

Conversation

stroncium
Copy link
Contributor

@stroncium stroncium commented May 18, 2019

So, while looking into #211, I've realized I've made a system mistake of handling only buffers in a couple of patches which is not covered by tests(it is not producing any errors, just incorrect internal value hence result). Here are updates to tests to catch such mistakes in the future and code to fix it.

It is supposed to fix #211.

@sindresorhus sindresorhus merged commit e096b4b into sindresorhus:master May 20, 2019
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.

mov file recognized differently in browser and in server code
2 participants