HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

type

Description

The type of MutationRecord for JS returns "attributes" if it was an attribute mutation. "characterData" if it was a mutation to a CharacterData node. And "childList" if it was a mutation to the tree of nodes.

Syntax

record.type

Examples

1