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 c6f0b95 commit 9eaf192Copy full SHA for 9eaf192
src/packets/Serializable.ts
@@ -143,7 +143,8 @@ export abstract class Serializable {
143
}
144
145
/**
146
- * This method returns a buffer (plus byte offset) for the child to serialize.
+ * This method returns a buffer (plus byte offset and byt elength) for the
147
+ * child to serialize.
148
* If a buffer (and optionally a byte offset) is given, this method will verify
149
* whether the serialized content can fit into it and will throw otherwise.
150
*/
0 commit comments