add method

add

Adds the specified key and value to the MutationObserverInit collection.

def add(self, key, value):
    ...
ParameterTypeDescription
keystrThe key of the element to add.
valueanyThe value of the element to add.

See Also