7f8ddd
7f8ddd
### What version of Bun is running? 1.0.25+b7b0e28b1 ### What platform is your computer? Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? ``` import { createCanvas }...
Standard: https://www.iana.org/assignments/media-types/text/css Extra info: https://stackoverflow.com/questions/70643383/which-mime-types-contain-charset-utf-8-directive tl;dr almost anything that is read as text should include the charset. ### What does this PR do? Fixes the warning in Edge that says...
### What is the problem this feature would solve? It would allow you to hash an object fast. object-hash or stringifying an object are not ideal. It's really ugly to...
### What version of Bun is running? 1.1.9-canary.1+4df387d59 ### What platform is your computer? Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? ``` Bun.serve({ port: 8080, async...
This causes, for example, /bun:info to leak system information, when the NODE_ENV is not explicitly set to production. Some users may use prod, dev, staging, etc., so this fixes that...