]> Lady’s Gitweb - Pisces/commit
Add buffer getters and setters to binary.js 0.4.0
authorLady <redacted>
Tue, 27 Jun 2023 01:07:19 +0000 (18:07 -0700)
committerLady <redacted>
Tue, 27 Jun 2023 01:07:19 +0000 (18:07 -0700)
commitd741139aff475642fe08978d39722b298cf96802
tree69c098ed5d146a8809ca5394de21ab549c24ec0a
parentdb85724e827e633157ad1961e251ea162cc0a1be
Add buffer getters and setters to binary.js

These are rough equivalents to the `DataView` methods, but can be
called with any kind of array buffer or array buffer view. Internally,
they (weakly) remember a `DataView` instance for each buffer and use
that for accessing values (to ensure correct endianness behaviour).
binary.js
binary.test.js
This page took 0.019686 seconds and 4 git commands to generate.