initMutationEvent method

  1. @DomName('MutationEvent.initMutationEvent')
  2. @DocsEditable()
void initMutationEvent (String type, bool bubbles, bool cancelable, Node relatedNode, String prevValue, String newValue, String attrName, int attrChange)

Implementation

@DomName('MutationEvent.initMutationEvent')
@DocsEditable()
void initMutationEvent(
    String type,
    bool bubbles,
    bool cancelable,
    Node relatedNode,
    String prevValue,
    String newValue,
    String attrName,
    int attrChange) native;