mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
### What does this PR do? The constructor was using `isUtf8` instead of `isAscii`. Instead of this change maybe we should remove the constructors for `isAscii` and `isUtf8`. It looks like we do this for most native functions, but would be more breaking than correcting the current bug. ### How did you verify your code works? Added a test
117 KiB
117 KiB