Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The data property of the CharacterData interface represent the value of the current object's data.
A string with the character information contained in the CharacterData node.
When set to the null value, that null value is converted to the empty string (""), so cd.data = null is equivalent to cd.data = "".
Note: CharacterData is an abstract interface. The examples below use two concrete interfaces implementing it, Text and Comment.
| DOM # dom-characterdata-data |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jun 24, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.