File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9- - archive: Support semantic methods for subscribing to unarchive events (onExtract), [ Issue #47 ] ( https://github.com/codedread/bitjs/issues/47 ) .
9+ - archive: Support semantic methods for subscribing to unarchive events (onExtract),
10+ [ Issue #47 ] ( https://github.com/codedread/bitjs/issues/47 ) .
1011- archive: Added Gunzipper to decompress gzip files. Only supported on runtimes that supported
1112 DecompressionStream('gzip') for now. [ Issue #48 ] ( https://github.com/codedread/bitjs/issues/48 ) .
1213- io: Added a getData() method to ByteBuffer to retrieve a copy of the bytes that have been written.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export class ByteStream {
8080 }
8181
8282 /**
83- * Little-Endian means the least significant byte is ifrst . is sometimes called Intel-style.
83+ * Little-Endian means the least significant byte is first . is sometimes called Intel-style.
8484 * @param {boolean= } val The value to set. If not present, the stream is set to little-endian.
8585 */
8686 setLittleEndian ( val = true ) {
You can’t perform that action at this time.
0 commit comments