* Requests an element attribute change. * @param node * @param attr * @param value * @return True if attribute change was applied.
(node: Node, attr: string, value: string | null)
| 16 | * @return True if attribute change was applied. |
| 17 | */ |
| 18 | setAttribute(node: Node, attr: string, value: string | null): boolean; |
| 19 | |
| 20 | /** |
| 21 | * Requests a node property change. |
no outgoing calls
no test coverage detected