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 | Status | Comment |
---|---|---|
DOM The definition of 'replaceData()' in that specification. |
Living Standard |
Browser compatibility
BCD tables only load in the browser