CharacterData.replaceData()
The replaceData()
of the CharacterData
interface is similar to insertData()
, but replaceData()
allows overwriting of a certain number of bytes.
Syntax
characterData.replaceData(offset, count, data)
Parameters
offset
-
The number of characters from the start of the data to insert at.
count
-
The number of characters to replace with the provided data.
data
-
The data to insert into the given
CharacterData
object.
Return value
Specifications
Specification |
---|
DOM Standard (DOM) # dom-characterdata-replacedata |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
replaceData |
1 |
12 |
1 |
6 |
≤12.1 |
1 |
1 |
18 |
4 |
≤12.1 |
1 |
1.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CharacterData/replaceData