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 a8c2ce2 commit bfbf425Copy full SHA for bfbf425
src/data_reader.ts
@@ -4,7 +4,7 @@
4
*/
5
export default class DataReader {
6
public readonly buffer : ArrayBuffer;
7
- public pointer : number = 0;
+ private pointer : number = 0;
8
9
/**
10
* @param buffer The buffer to read from
0 commit comments