Skip to content

Commit

Permalink
Replace Buffer with Uint8Array using DataView for encoding and decoding.
Browse files Browse the repository at this point in the history
Use bigint for 64 bit values.
  • Loading branch information
Borewit committed Jun 28, 2021
1 parent 9b4d251 commit deb5cd1
Show file tree
Hide file tree
Showing 9 changed files with 227 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x]

steps:

Expand Down
Loading

0 comments on commit deb5cd1

Please sign in to comment.