mafintosh/dns-packet

Replace `Buffer` with `Uint8Array`

Open

#72 opened on 2021年10月15日

GitHub で見る
 (6 comments) (11 reactions) (0 assignees)JavaScript (76 forks)github user discovery
help wanted

Repository metrics

Stars
 (216 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド