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 sending favicon in http_server #21

Merged
merged 1 commit into from
May 2, 2024

Conversation

adrcunha
Copy link
Contributor

@adrcunha adrcunha commented May 2, 2024

favicon is now an array, and end() expects a Buffer or String.

Fixes #20.

`favicon` is now an array, and `end()` expects a Buffer or String.
@DavidVentura
Copy link
Owner

Ah, looks like Uint8Array is only supported since Node15, and we are not running checks in CI for that

@DavidVentura DavidVentura merged commit 6ca18b0 into DavidVentura:master May 2, 2024
3 checks passed
@adrcunha adrcunha deleted the patch-1 branch May 6, 2024 02:14
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.

http_server crashes when displaying image from camera
2 participants