Closed Wonshtrum closed 10 months ago
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.
The pull request changes the name of a method httpx::Buffer::length
to httpx::Buffer::byteLength
in js_module.rs
file.
The proposed change looks appropriate as this correctly reflects that the length
property for Buffer
actually returns the length of the buffer in bytes, not the number of characters in the buffer. The pull request also references the issue that this change fixes.
There should not be any potential problems with this change as it looks to be a minor change that only affects the name of a method in a single file.
Thanks! @L-jasmine please review.
Thank you for your pull request, but I'm concerned about potential compatibility issues. Therefore, I would prefer to add a new 'byteLength' instead of modifying the existing one.
Thank you for your pull request. Similar changes have already been incorporated in the last update, so I won't merge this pull request. Nevertheless, I appreciate your contribution.
Fix for #102.