remove method

remove

Removes the value associated with the specified key from the MutationObserverInit collection.

Returns

True if the element is successfully found and removed; otherwise, false.

def remove(self, key):
    ...
ParameterTypeDescription
keystrThe key of the element to remove.

See Also