mafintosh/dns-packet

Replace `Buffer` with `Uint8Array`

Open

#72 创建于 2021年10月15日

在 GitHub 查看
 (6 评论) (11 反应) (0 负责人)JavaScript (76 fork)github user discovery
help wanted

仓库指标

Star
 (216 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, this library cannot directly be used in non-Node environments (without Buffer polyfills). Are there any issues with switching to ArrayBuffer instead? Just wondering if such a contribution would be accepted.

贡献者指南