* Returns attributes for the specified node.
(params: DOM.GetAttributesParams)
| 5540 | * Returns attributes for the specified node. |
| 5541 | */ |
| 5542 | getAttributes(params: DOM.GetAttributesParams): Promise<DOM.GetAttributesResult | undefined>; |
| 5543 | |
| 5544 | /** |
| 5545 | * Returns boxes for the given node. |
no outgoing calls
no test coverage detected