()
| 303 | } |
| 304 | |
| 305 | getFocusableChildren() { |
| 306 | return this._element.querySelectorAll(focusableElements.join(', ')); |
| 307 | } |
| 308 | |
| 309 | getFocusedChild() { |
| 310 | let currentFocus; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…