]> Lady’s Gitweb - Pisces/commitdiff
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)
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).


No differences found
This page took 0.019309 seconds and 4 git commands to generate.