You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`position: number` - The current read/write position in the buffer.
128
-
-`buffer: ArrayBuffer` - The underlying `ArrayBuffer`.
129
-
130
82
## Compatibility
131
83
132
-
`BinaryStream` works in both Node.js and browser environments. It relies on `ArrayBuffer` and `DataView`, which are available in modern browsers and Node.js.
84
+
`BinaryStream` works in both Node.js and browser environments. It relies on `ArrayBuffer` and `DataView`, which are available in [modern browsers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/transfer#browser_compatibility) and Node.js.
133
85
134
86
## License
135
87
136
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
137
-
138
-
## Contributing
139
-
140
-
Contributions are welcome! Please read the [CONTRIBUTING](CONTRIBUTING.md) guidelines for more information.
88
+
This project is licensed under the GNU GPLv3 License. See the [LICENSE](LICENSE) file for details.
141
89
142
90
## Contact
143
91
144
-
For questions or feedback, please open an issue on the [GitHub repository](https://github.com/yourusername/binarystream).
145
-
146
-
---
147
-
148
-
Thank you for using `BinaryStream`! We hope it simplifies your binary data handling tasks.
92
+
For questions or feedback, please open an issue on [GitHub](https://github.com/pocketnode/binarystream).
0 commit comments