observe method

Observes the target for the specified changes.

void observe(
Node target,
{bool childList,
bool attributes,
bool characterData,
bool subtree,
bool attributeOldValue,
bool characterDataOldValue,
List<String> attributeFilter}
)

Observes the target for the specified changes.

Some requirements for the optional parameters: