|
| description: |
Removes a node specified by name.
|
| returns: |
| Node |
- |
The node removed from this map if a node with such a name exists.
|
|
| exceptions: |
| DOMException NOT_FOUND_ERR
|
- |
Raised if there is no node named name in this map.
|
| DOMException NO_MODIFICATION_ALLOWED_ERR
|
- |
Raised if this map is readonly.
|
|
| note: |
When this map contains the attributes attached to an element and this attribute is known to have a default value, an attribute immediately appears containing the default value as well as the corresponding namespace URI, local name, and prefix when applicable.
|
|