Lee Jisol
Lee Jisol
[In the case of red-blindness, they are known to confuse red and black.](https://accessibility.psu.edu/color/colorvisiondetails/) See the simulator results. For better accessibility, it would be better to increase the brightness of red...
### Version 22 (but maybe every version) ### Platform ```text Microsoft Windows NT 10.0.22631.0 x64 (but maybe not platform-specific) ``` ### Subsystem node:http ### What steps will reproduce the bug?...
I'm glad to see this project starting to get updated again. I was completely convinced that it was not maintained anymore and published a fork package just 3 days ago,...
[`zlib.crc32(data[, value])`](https://nodejs.org/api/zlib.html#zlibcrc32data-value) is added in v22.2.0 and v20.15.0. As a side note, if you drop support for older Node.js versions, there's no reason to use the wrapper functions for `bufferFrom()`...
### Feature description In the `@puppeteer/browsers` package, there are some dependencies for unpacking archive files: `extract-zip` for `.zip`, `tar-fs` for `.tar`, and `unbzip2-stream` for `.bz2`. https://github.com/puppeteer/puppeteer/blob/bbf75db85352e245bfc1ee59b5ef06b1eb3cf18b/packages/browsers/src/fileUtil.ts#L70-L71 However, when uncompressing a...