Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard Buffer.prototype.latin1Slice as well
Not sure if Deno/Bun implement Buffer, but latin1Slice borders on an implementation detail since it isn't mentioned in the docs, so we should make sure it exists before using it.
- Loading branch information