DavidVentura / cam-reverse

42 stars 10 forks source link

Fix sending favicon in http_server #21

Closed adrcunha closed 2 months ago

adrcunha commented 2 months ago

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

Fixes #20.

DavidVentura commented 2 months ago

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