Skip to content

refactor: remove duplicate code in url-plugin.js#1457

Open
HEKEH wants to merge 1 commit intoGoogleChromeLabs:devfrom
HEKEH:dev
Open

refactor: remove duplicate code in url-plugin.js#1457
HEKEH wants to merge 1 commit intoGoogleChromeLabs:devfrom
HEKEH:dev

Conversation

@HEKEH
Copy link

@HEKEH HEKEH commented Dec 1, 2025

Remove redundant loop in augmentChunkHash function. The second loop (lines 43-46) duplicates the buffer collection already done by the first loop (lines 37-39), causing unnecessary duplication in the buffers array.

Remove redundant loop in augmentChunkHash function. The second loop
(lines 43-46) duplicates the buffer collection already done by the
first loop (lines 37-39), causing unnecessary duplication in the
buffers array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant