We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e406b0 commit 8147c42Copy full SHA for 8147c42
src/utilities.ts
@@ -37,7 +37,7 @@ export class Utils {
37
}
38
39
static getByteAt = function (data: DataView, start: number): number {
40
- return data.getInt8(start);
+ return data.getUint8(start);
41
};
42
43
static getShortAt = function (
0 commit comments