CharacterData.deleteData()
The deleteData()
method of the CharacterData
interface removes all data from this CharacterData
Node, leaving it empty.
Syntax
characterData.deleteData(offset, count)
Parameters
offset
-
is an integer representing the number of bytes from the start of the data to remove from.
count
-
is an integer representing the number of bytes to remove.
Return value
Specifications
Specification |
---|
DOM Standard (DOM) # dom-characterdata-deletedata |
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 | |
deleteData |
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/deleteData