brianloveswords / buffer-crc32

A pure javascript CRC32 algorithm that plays nice with binary data
MIT License
97 stars 30 forks source link

fix: Only resolve hasNewBufferAPI flag once #22

Closed kibertoad closed 9 months ago

kibertoad commented 9 months ago

This is a tiny change that should make it work a bit faster, main goal was to trigger CI. Which is green, yay!