Files
bun.sh/test/js
Dylan Conway cf947fee17 fix(buffer): use correct constructor for buffer.isAscii (#22480)
### 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
2025-09-07 17:40:07 -07:00
..
2024-12-12 02:07:29 -08:00
2025-09-03 18:59:15 -07:00
2025-08-27 06:39:11 -07:00
2025-09-04 14:45:18 -07:00
2025-09-04 18:06:47 -07:00