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