()
| 6509 | } |
| 6510 | |
| 6511 | function getSelectionInformation() { |
| 6512 | var focusedElem = getActiveElement(); |
| 6513 | return { |
| 6514 | focusedElem: focusedElem, |
| 6515 | selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null |
| 6516 | }; |
| 6517 | } |
| 6518 | |
| 6519 | /** |
| 6520 | * @restoreSelection: If any selection information was potentially lost, |
no test coverage detected