@@ -1047,13 +1047,11 @@ changes:
1047
1047
* ` targetStart ` {integer} The offset within ` target ` at which to begin
1048
1048
comparison. ** Default:** ` 0 `
1049
1049
* ` targetEnd ` {integer} The offset with ` target ` at which to end comparison
1050
- (not inclusive). Ignored when ` targetStart ` is ` undefined ` .
1051
- ** Default:** ` target.length `
1050
+ (not inclusive). ** Default:** ` target.length `
1052
1051
* ` sourceStart ` {integer} The offset within ` buf ` at which to begin comparison.
1053
- Ignored when ` targetStart ` is ` undefined ` . ** Default:** ` 0 `
1052
+ ** Default:** ` 0 `
1054
1053
* ` sourceEnd ` {integer} The offset within ` buf ` at which to end comparison
1055
- (not inclusive). Ignored when ` targetStart ` is ` undefined ` .
1056
- ** Default:** [ ` buf.length ` ]
1054
+ (not inclusive). ** Default:** [ ` buf.length ` ]
1057
1055
* Returns: {integer}
1058
1056
1059
1057
Compares ` buf ` with ` target ` and returns a number indicating whether ` buf `
@@ -1123,9 +1121,9 @@ added: v0.1.90
1123
1121
* ` targetStart ` {integer} The offset within ` target ` at which to begin
1124
1122
copying to. ** Default:** ` 0 `
1125
1123
* ` sourceStart ` {integer} The offset within ` buf ` at which to begin copying from.
1126
- Ignored when ` targetStart ` is ` undefined ` . ** Default:** ` 0 `
1124
+ ** Default:** ` 0 `
1127
1125
* ` sourceEnd ` {integer} The offset within ` buf ` at which to stop copying (not
1128
- inclusive). Ignored when ` sourceStart ` is ` undefined ` . ** Default:** [ ` buf.length ` ]
1126
+ inclusive). ** Default:** [ ` buf.length ` ]
1129
1127
* Returns: {integer} The number of bytes copied.
1130
1128
1131
1129
Copies data from a region of ` buf ` to a region in ` target ` even if the ` target `
0 commit comments